The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
43 views

How do I configure Xen's virtualization of interfaces (eth0 to peth0)?

I installed Xen a while ago but had not yet booted up with the hypervisor. Well I did yesterday and all hell broke loose. I completely lost internet connectivity on my server because of Xen. When I ...
-1
votes
0answers
19 views

Forwarding sent mail through postfix

So I've successfully forwarded mail from my postfix server to remote Gmail accounts using /etc/aliases and newaliases. But now of course those Gmail accounts cannot send email originating from the ...
-1
votes
0answers
15 views

How to map an url with alias in apache?

Is there any rule to map an URL with alias in apache. For an example, i have two webpage with same content on both server behind the load balancer. I have to display using the alias and rewrite ...
-1
votes
2answers
164 views

Cygwin ssh issue: Could not resolve hostname awshost1: hostname nor servname provided, or not known

I'm learning "startup engineering", encountered this error when using ssh alias. Below is the detailed steps (executed in Cygwin windows 8): $ mkdir -p ~/.ssh $ cp ~/downloads/skey.pem ~/.ssh/ $ ...
0
votes
0answers
49 views

Ubuntu 12.04 64 server eth0 DHCP, eth0:1 alias static set primary

Existing /etc/network/interfaces # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet dhcp auto eth0:1 iface eth0:1 inet static ...
1
vote
2answers
41 views

How to create an alias from directory to VirtualHost directory in Apache?

I have a domain: example.com. There’s also a subdomain, admin.example.com: <VirtualHost *:80> ServerName admin.example.com ServerAlias admin </VirtualHost> Now I want to make ...
3
votes
4answers
158 views

What is the proper netmask for an alias IP address?

I did a lot of searching, but there seems to be conflicting info on what the proper netmask for an aliased IP address should be. Some of the conflicting info seems to be FreeBSD-specific. I'm looking ...
2
votes
0answers
25 views

Can ARP with IP aliases on Windows be made to behave like on Unix?

On FreeBSD, when I have one interface with two IPs: ifconfig nic0 192.168.0.1 netmask 255.255.255.0 ifconfig nic0 alias 192.168.0.2 netmask 255.255.255.255 If I ping the alias, if the host I'm ...
-1
votes
1answer
45 views

How to configure Dovecot to allow alias to login

I use dovecot with a Mysql for user account and aliases. The aliases are objects of the class couriermailalias. Some users would like to use the alias address as POP/IMAP login instead of the 'true' ...
0
votes
0answers
55 views

How to add domail alias in iRedMail open source edition?

Looking at the vmail database of the iRedMail installation I see an alias_domain table which is currently empty. Is it possible to add domain aliases with a MySQL query directly on the ...
1
vote
2answers
35 views

nginx location overwrites alias

I have an alias "/temp" that works ok, but when I add another location block, the alias returns 404. Working config: http://mysite.com/temp/blank.gif -> OK server { # ... location /temp { ...
0
votes
1answer
29 views

Is DNS flush needed on the clients when DNS alias is updated?

We have a DNS alias set up for an SQL database server. We will be upgrading the SQL server to a new machine, and the machine name will be different. DNS alias will be updated with the new name on the ...
0
votes
1answer
19 views

Recognize subdomain alias

I have Debian virtual server on some sub-domain (for example subdomain.domain.com) and i have alias for this sub-domain (for example alias.domain.com), of course when I use both of this sub-domains ...
0
votes
0answers
19 views

Alias on apache2 gets Error 403 forbidden

Hello I am trying to do an Alias to my home directory but i always get Error 403 here is my script Alias /Videos "/home/myHome/Videos" <Directory "/home/myHome/Videos"> DirectoryIndex ...
0
votes
1answer
53 views

SQL 2012 server alias works locally but not remotely

I'm preparing for a server migration and am attempting to redirect a named instance of SQL Server 2012 (DW) to the default instance. There is currently no DW instance on the test server - I'd like to ...
0
votes
2answers
99 views

Postfix - do not list domain example.com in BOTH mydestination and virtual_alias

I have a server with two domains. I get the warning as mentioned in the title: do not list domain example.com in BOTH mydestination and virtual_alias Although I receive the above warning, it works ...
1
vote
1answer
119 views

(EXIM) ACL for only allowing internal domain to send to internal group alias

I'm trying to create an ACL rule that will only allow internal users/white listed users to send to particular group aliases such as all@ or office2@ I know I need something similar to: deny ...
0
votes
0answers
61 views

Postfix with aliases from ldap (over TLS)

I am trying to configure Postfix that searches for aliases from an ldap server, connecting to which over TLS. However when I do: ldapsearch -ZZZ -h ldapserver01 -D "cn=admin,dc=example,dc=com" -W ...
11
votes
2answers
266 views

backslash at the beginning of a command

In Installing RVM manual I see a lot of lines starting with '\': Install RVM with ruby: $ \curl -L https://get.rvm.io | bash -s stable --ruby I'd think it is just mistype but they repeat ...
0
votes
1answer
36 views

Command works independently, but not as SSH callback

A MySQL cloud server only allows remote access to a certain server (in this example, 11.22.33.44). Running the following commands from the terminal is verified to work: ssh -p 40000 ...
-1
votes
1answer
69 views

DNS alias configuration at the local server level

I'm wondering if it's possible to alias one domain for another at the server configuration level in a similar way that you can alias a domain to an IP address in the /etc/hosts file. This is on a ...
0
votes
1answer
129 views

nginx alias using php5-fpm response 404

I use php5 fpm using nginx. but i have a problem. # debug alias location /bb/ { alias /usr/share/blahblah/; } file on http://mysite.localhost/bb/index.php was not found. but it's still on ...
1
vote
1answer
69 views

Setting “say” alias for espeak on Ubuntu Linux

I'm trying to make a compatible "say" command on Linux. So far this works: alias say='echo "$1" | espeak -s 120 2>/dev/null' I'm adding this to /etc/bash.bashrc. Problem is, this say is called ...
1
vote
2answers
90 views

LUN device file names mixed

The following listings are from a Linux RHEL box. I'm a bit confused over the following inconsistencies. Here we have aliases defined for each LUN in multipath bindings file: mpath0 ...
1
vote
1answer
28 views

Apache differentiates between files and folders

I am running an Apache server with Aliases to "www" folders in user directories. If I go to "domain/~user" I get a 404, but "domain/~user/" is served correctly. I am assuming this is because there is ...
0
votes
3answers
57 views

Perl scripts can't be run from an alias

I created the following Alias in httpd.conf: alias /aliasedfolder /some/location/on/the/server/folder <Location /aliasedfolder> AddHandler cgi-script .pl Options +FollowSymLinks +ExecCGI ...
1
vote
0answers
128 views

Apache VirtualHost Aliases

I'm super new to Apache and I am trying to get mutiple sites running on one host; OpenPhoto and ownCloud. I would like mydomain.com/openphoto and mydomain.com/owncloud to point to their respective ...
2
votes
2answers
96 views

SSL, CNAME, and multiple domains

Say I have an SSL Certificate for a super cool site that I offer, like https://secure.coolsite.com/ (Not my site, just an example). Then lets say I had a customer who wanted to have a CNAME to my site ...
0
votes
1answer
109 views

apache, shibboleth, load balancing alias, ssl

Good morning folks Could you give me a bit of help with the following problem ? I have a dns load balancing mechanism and an alias (hostAlias) which may point to host01, or host02 I want to ...
1
vote
1answer
121 views

How to override the default dir alias in Powershell? [closed]

I wanted to see colorized filenames when I typed dir in Powershell. So, I added the Set-ChildItemColor function from here to my profile file. I also added this line at the end of the profile file to ...
1
vote
0answers
133 views

IIS 7.5 FTP with Active Directory Auth and Virtual folders

I'm a bit stuck on this, so hoping someone can help. So first what I have Several Virtual machines, with their hosting directories shared over a private network A virtual machine with IIS 7.5 and ...
0
votes
1answer
184 views

Why does samba with netbios aliases only load one of the configurations?

I'm running an OpenSuSE 11.3 box with samba v3.5.4. I've set up my smb.conf as follows: [global] netbios aliases = jean-pc2 storage include = /etc/samba/smb.conf.%L Then I have ...
-2
votes
2answers
241 views

Apache Alias / VirtualHost run as different user

I tried to create an alias or virtual host to run as different user. Well below is part of apache httpd.conf that doesn't work. Or, is it even possible? <VirtualHost blah:80> user ...
0
votes
2answers
205 views

Create a local DNS alias

Is it possible to create a local DNS alias? For example I would like that every request to: 123.com is locally routed to 456.com (like it would be for 123.com CNAME 456.com). I know this is not ...
0
votes
0answers
96 views

Serving a file with nginx

I have a webapp built in angular.js and angular. Since angular takes care of most urls by itself, i want to serve the file indexAng.html (along with any arguments) in response to a request for ...
0
votes
2answers
93 views

ldap scheme for email aliases

Does anyone know what scheme to use when setting up email aliases in LDAP? I could use anything, but it seems kind of abusive to use "title" for example as the email alias. extensibleObject may be the ...
1
vote
1answer
145 views

Postfix sends to original recipient name instead of alias name

I have setup Postfix as part of my ISPConfig implementation. It should just forward all mail. Clients should be able to define a new alias and receive mail on a different e-mail address, using ...
0
votes
0answers
72 views

Apache URL alias to another server

I need to add a temporary alias so I can reference a file that doesn't yet exist on another server. I've the below config to my /etc/apache2/sites-available/mysite file: Alias ...
1
vote
0answers
183 views

Create an Alias Directory inside a Virtual Host [closed]

First, let me say, I asked this question in StackOverflow, and thought I could get more replies here. I checked here, here, here, here, here, and here before asking this question. I guess my search ...
0
votes
1answer
61 views

How can I make an alias expand to a list of recipients returned by a command?

I have an rarely used /etc/aliases entry vmailusers: :include:/usr/local/etc/vmailusers The /usr/local/etc/vmailusers file is generated by a cronjob executing ls /home/vmail | grep -v lists > ...
1
vote
1answer
488 views

Wildcard aliases in postfix?

is there way to specify wildcard aliases in postfix virtual table? eg. support+*@foo,bar gets sent to support+*@bar.foo in this way i want to achieve that all mails with a ...
3
votes
1answer
69 views

`sudo` with alias in Bash

I have a couple of aliases setup in my ~/.bash_profile and the same exact ones setup in /root/.bash_profile so I can do v file instead of vim file and etc. These work fine when I am actually logged ...
1
vote
0answers
42 views

Exim message rewriting on system alias router

What's the best method for rewriting the To: fields only when the system aliases router matches? Our mail is delivered correctly but the To: fields are misleading.
1
vote
1answer
263 views

nginx giving 404 when accessing php from alias directory

I am trying to migrate from apache to nginx. The php sites that I am hosting need to access a shared library which turns out to be an alias directory. Below is the configuration I came up with. html ...
1
vote
1answer
107 views

Set Apache Alias for specific ServerAlias

Currently, I have a VirtualHost defined like so: <VirtualHost *:80> ServerName mydomain.com ServerAlias otherdomain.com DocumentRoot /var/www/project/ </VirtualHost> How can ...
0
votes
1answer
320 views

Nginx alias and regex

i'll need a bit of help for alias on folder with nginx I have my folder www/ with the container of my site example.com and a lot of folder like client0, client1, client2... I should NOT modify ...
0
votes
1answer
201 views

How do I create alias below documentroot in apache

I'm trying to create a bin folder accessible to a virutalhost beneath the document root. I currently access the folder through mysite.local/bin, but need the files to be beneath public access. ...
1
vote
1answer
123 views

Active directory user alias

Do you know if exists something like "alias" for domain users? On my domain I have a short username (ex. n.surname) and i would like users could login with extended name (es. name.surname) to the same ...
0
votes
0answers
182 views

Use alias in auth users postfix

In my test postfix server I have configured SASL auth and "reject_authenticated_sender_login_mismatch". My problem is that I would like to use alias on authenticated user, but I don't know how to do ...
1
vote
1answer
150 views

How to use MS DOS-defined aliases in Powershell

I have some aliases that are defined in MS Dos style, how can I invoke those from Powershell? When I type "alias" from Powershell prompt, I can see my aliases defined there but when I try to call them ...

1 2 3 4