The alias tag has no wiki summary.
1
vote
2answers
31 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
26 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
14 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
17 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
38 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
57 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
78 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
53 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
...
-2
votes
1answer
74 views
Apache 2.2 on Windows Aliases gives 404 [closed]
I am running Apache 2.2.20 on Windows 7 Pro x64. When I try setting up Aliasing in my httpd.conf file I am getting 404 errors. Here is what my conf file looks like:
ServerRoot "C:/Apache2.2"
Listen ...
10
votes
2answers
216 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
34 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
62 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
124 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
60 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
80 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
53 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
122 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
85 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
91 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
103 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
130 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
145 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
218 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
176 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
87 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
79 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
140 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
69 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
175 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
51 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
409 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
67 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
219 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
104 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
295 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
154 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
119 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
171 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
139 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 ...
0
votes
1answer
47 views
avoiding alias at command prompt
I have following alias and it is working as expected.
alias mysql='LD_LIBRARY_PATH=/usr/local//mysql/lib/:/usr/local//mysql/lib//mysql /usr/local//mysql/bin//mysql'
My question is there are a few ...
1
vote
3answers
400 views
Apache dynamic aliases
I've got LAMP setup on a VM that I use for multiple projects. My document root is a /www and I create a folder for each project within it.
/www/project1-name/
/www/project2-name/
I access them in ...
1
vote
1answer
188 views
nginx - request getting handled by multiple location blocks
I'm testing a setup where I'd like to have nginx serve up static media and proxy all other requests to another backend. My configuration looks like this:
location /media {alias /var/httpd/media;}
...
0
votes
2answers
268 views
Apache Alias Isn't In Directory Listing
I've got a site running on my home server that's just a front end for me to grab files remotely. There's no pages, just a directory listing (Options Indexes...). I wanted to add a link to a directory ...
2
votes
1answer
144 views
Alias if directory doesn't exist
I have a bunch of clients that have different site designs but all run on the same backend CMS. They all share a common admin theme which is located in /home/public/skins/admin - which each client has ...
4
votes
1answer
478 views
Can I alias all directory requests to a single file in nginx?
I'm trying to figure out how to take all requests made to a particular directory and return a json string without a redirect, in nginx.
Example:
curl -i http://example.com/api/call1/
Expected ...
2
votes
1answer
491 views
Error sending email to alias with Postfix
I'm on Ubuntu 11.04 64bit.
I'm trying to set up Postfix on my VPS, which has been configured but when I send an email to an alias e.g. webmaster@domain.com it will send it to myemail@hotmail.co.uk. ...
0
votes
1answer
152 views
Apache Alias - removes POST data?
I have an alias in my httpd.conf where I'm redirecting a single PHP file to another PHP file located in a different dir.
Though it appears as thought data POST'd to this file doesn't get carried ...
0
votes
2answers
2k views
How to set local alias for a machine?
I would like to set an alias on my local PC for a network machine. I know that it can be done by adding an entry in the hosts file as long as the IP address of the machine is also specified. However, ...
