Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
3answers
52 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
31 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
1answer
18 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
40 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 ...
3
votes
1answer
63 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
144 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
0answers
65 views

Nginx and Wordpress side-by-side with static directory alias?

I'm a Nginx novice, but I have it set up with Wordpress Multisite (subdirectories) and php-fpm, and it's working great as is. This lets me set up Wordpress sites off the web root: domain.com/site1 - ...
0
votes
1answer
27 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
50 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, ...
-2
votes
2answers
138 views

Why is my nginx alias not working?

I'm trying to set up an alias so when someone accesses /phpmyadmin/, nginx will pull it from /home/phpmyadmin/ rather than from the usual document root. However, everytime I pull up the URL, it gives ...
1
vote
1answer
42 views

Will a SQL Server client alias survive a sysprep?

I want to sysprep a Windows Server 2008 R2 SP1 machine that has SQL Server 2008 R2 SP1 installed (for reference, SQL Server 2008 R2 has a new sysprep feature that allows the instance to be ...
0
votes
1answer
59 views

Need Apache configuration fixed

Issue: I have loaded Wordpress MU inside of my DocumentRoot. This is working fine however, I now have two projects inside the DocumentRoot that both have a directory with the same name: 'plugins': ...
0
votes
1answer
64 views

DNS: browser shows primary website when other site is visited using any subdomain, ie 'www'

issue: misoncifgured dns? symptom: when i visit http://www.borisnikolaev.com/index.php?option=com_content&view=article&id=51&Itemid=53, it shows what should be on ...
1
vote
2answers
59 views

Starting a screen while su'ed into another user from an alias isn't working

minecraft@283823:~$ script /dev/null ; screen -t minecraft Script started, file is /dev/null minecraft@283823:~$ exit Script done, file is /dev/null Cannot open your terminal '/dev/pts/0' - please ...
1
vote
2answers
42 views

Automatic Apache Alias definitions

I have a folder full of sites: /var/www I have a domain: example.com I want to write a rule in my httpd.conf that will setup an alias for each site in /var/www. For example: /var/www/hello/public ...
0
votes
0answers
33 views

OSX - Macports - Missing Aliases [closed]

I use macports on all of my Macs, works well for MAMP stuff. On my Snow Leopard machine, I seem to have lost all of my aliases to macports and everything it's installed. For instance, if i do sudo ...
0
votes
0answers
68 views

Set directory path for subdomain of domain alias

I have a issue with Plesk to set the right path for a subdomain for a subdomain of a domain alias. The structure I have: domain.nl (Head domain) *.domain.nl (wilcard subdomain) (points to: ...
0
votes
1answer
79 views

Alias not saved after reboot

I did r00t@wutdo~$ alias daoc='mono "~/.wine/drive_c/Program Files/DAoC/Portal.exe"' r00t@wutdo~$ daoc Works fine and dandy but after reboot the alias isn't saved. r00t@wutdo:~$ alias alias ...
2
votes
1answer
155 views

How to SetEnv for an Alias

I have several Aliasses configured in apache configuration. I would like to set an environmental variables for each of them. How? I have this /alias1 /mapped/to/a/path /alias2 /mapped/to/a/path ...
2
votes
2answers
143 views

Centos Suphp , How do I get Alias with Phpmyadmin working

I have configured my CentOS installation with Apache with suPHP. It works very well. But when I install PHPMyAdmin I get a permissions problem. Because PHPMyAdmin is located under ...
0
votes
2answers
260 views

Apache Virtual Host with Alias

I have a virtual host running on my local copy of Apache. It has an alias. <VirtualHost 127.0.0.1> ServerName oliverash.me.dev DocumentRoot "/usr/docs/oliverash.me/public" ...
0
votes
1answer
99 views

Is it possible to get svn to authentication with windows/sspi, but with username aliases?

I have a VisualSVN server running on Windows 2008 R2 x64 using basic authentication. I want to upgrade to use windows authentication. However, some of the usernames set up do not match the domain ...
0
votes
1answer
84 views

SMB Alias Lookup on Windows XP

Should Windows XP be able to do a SMB lookup on an Alias. I have an XP machine that cannot find the files on \Alias but can find them on \host. If I do a ping or nslookup it can resolve the Alias.
0
votes
1answer
146 views

What is the alternative of Apache's global Alias in IIS instead of adding a Virtual Directory to every single sites one by one?

In Apache, there's a way I can make phpMyAdmin available globally to all VirtualHosts I set up. In Apache, it looks like this: <IfModule mod_alias.c> Alias /phpmyadmin ...
-1
votes
2answers
83 views

display DNS Alias a a physical machine

How can I display a DNS Alias as a physical machine in the list of available computers when I open the network window. I have applied this procedure ...
1
vote
1answer
2k views

Fixing 'Relay access denied' in Postfix

Before you claim about duplicates and so on, I've checked these topics: Postfix "Relay access denied" How to Correct Postfix 'Relay Access Denied' Problem? The above topics ...
0
votes
2answers
58 views

Add IP Address without Plesk

I have an dedicated unmanaged server and added a few IP addresses to it (allocated), and the only information my hosting company has provided is instructions on how to use Plesk to Add IP Addresses. ...
1
vote
1answer
227 views

Linux :: Shared aliases in /etc/profile.d not applied to root user, why?

On my Fedora 14 developer machine I can add a sharedAliases.sh file to /etc/profile.d -- both my user and root user then have access to the shared aliases. Switch over to remote CentOS 5.7 machine ...
1
vote
1answer
433 views

Nginx try_files gotcha

Ok - i've been using this rule for a while location ~* /(?:abc12345|12abcdef)/(.*\.(jpe?g|gif|png)) { alias /usr/local/image/$1; error_page 404 /handler.php; } where if the image file ...
1
vote
1answer
99 views

How do I configure a virtual alias for VERP in Postfix?

I want to use VERP to handle email bounces for my web application which does list emails. Can postfix alias map use wildcards? I want to have a catch-all account for bounces only, so could I have ...
2
votes
1answer
55 views

fully redirect domain (domain alias)

I'm trying to create a domain alias, but I don't really know how to do this. I want all trafic on all ports and all subdomains to be redirected to another domain at the same port with the same ...
2
votes
2answers
322 views

Windows Cluster IP/Hostname doesn't respond to UNC requests, yet ping and RDP work

I have a Windows Server 2003 cluster of 2 nodes in an active-passive configuration. I can ping both nodes, rdp and access their unc shares. I also have an alias, which directs to a cluster IP set ...
0
votes
1answer
63 views

Postfix forward mail to named pipe

In Postfix I can configure to forward emails to a script in /etc/aliases like mailuser: | mailprocessor.pl If I create a named pipe with mkfifo /opt/mypipe and then change /etc/aliases to write ...
1
vote
1answer
137 views

How can I fix an Apache redirect loop

I have a strange Apache/WordPress redirect loop that I can't seem to figure out. Here is the relevant logs and other info: http://pastebin.com/E1afW2vw It seems that the page request gets made, and ...
0
votes
3answers
285 views

Server Alias (network drive) using WAMP

I have a folder on a network drive (X:/) and my WAMP is on C:/. I use WAMPS 'Add an alias' tool and point /bymnew/ to X:/Brief Your Market Integration/data/website. The alias is created and looks like ...
0
votes
2answers
158 views

Given a hostname, how do you find all its aliases (i.e. CNAME records) WITHOUT direct DNS file access? [closed]

Possible Duplicate: Querying DNS for CNAMEs for a server I have an interesting problem, given a FQDN, how do you find all its alias names WITHOUT having access to the DNS files or being ...
0
votes
2answers
182 views

Reverse proxy Nginx error with accessing munin

Now, I have munin setup so that it can be accessed by any virtual domain on my server by adding /munin/ to the end of the virtual domain. Apache alias setup looks like this -> Alias /munin ...
0
votes
1answer
77 views

Ignoring /etc/aliases with mailx

Is it possible to ignore the alias expansion with mailx? I'm trying to get something sent with a null message body and don't want it to take the local username.
0
votes
1answer
115 views

Windows mail server that supports username wildcard aliases?

Is there any free mail server (in this case POP3) for Windows that supports aliases? e.g. User name: iboyd Aliases: ian@serverfault.com ian.*@serverfault.com ...
0
votes
1answer
109 views

Apache alias to Ruby on Rails application

I have a RoR application that runs in /var/rails/redmine, and would like it to appear as a subdirectory in my Apache server (primarily so I can use a SSL certificate and not muck around with ...
0
votes
1answer
244 views

Apache Alias to access folder in different harddrive? (localhost)

Installed Appserv. Made a php. D:/Appserv/www/x/y/file.php Then I have a folder, like "E:/foldie" I want file.php to mess with that folder. I found this somewhere: <IfModule mod_alias.c> ...
0
votes
1answer
78 views

Receiving email from alias - sendmail

I have setted up sendmail on my CentOS server with webmin installed. I've added a few important mail aliases such as this: administrator@mywebsite.com -> to -> myhotmail.com Now when I send ...
1
vote
1answer
135 views

Alias to user directory

In Apache2 I would like to dynamically Alias urls like this: Alias /foo /etc/myapp/foo/www Alias /bar /etc/myapp/bar/www Alias /noob /etc/myapp/noob/www and so forth, where /xxx is any existing ...
1
vote
1answer
183 views

Sender Restrictions to Aliases/Address in Postfix

We're running Postfix 2.3.3 on CentOS 5.4 for our SMTP service. Fairly standard setup with about 450 users. We're using a standard /etc/aliases file with includes to create various ...
7
votes
3answers
218 views

What's actually requested when alias is set up in Apache with CNAME?

I have many sub-domains set to my development machine like the following. test1.example.com => 192.168.0.7 test2.example.com => 192.168.0.7 ... (about 30 domains like this) I have many sites on my ...
1
vote
1answer
325 views

Simple URI redirection / alias in Nginx

Please, how can I make this simple operation in Nginx: I wish that every requests for uris like: http://example.com/adm or: http://example.com/adm Goes to the wordpress login page: ...
0
votes
1answer
214 views

Using Plesk control panel, how do I point www.domain1.com to sub.domain2.com?

I have two Linux / Apache VPS servers running Plesk 9.5.4. VPS 1 is the production server and VPS 2 is the development server. At present I have www.domain1.com on VPS 1 and sub1.domain1.com, ...
1
vote
2answers
117 views

Alias email address sbs2008

I am trying to add a second email address to a user in sbs 2008 but i cannot find any option to add more than 1 email address. Any suggestions on what i should be doing. Thanks
-1
votes
3answers
121 views

Set alias or environmental variable in Unix

I have a VPS and an associated IP address for it. I'm doing a lot of work with it in my bash shell and I'm wondering if there's some way I can create either an alias or a environmental shortcut for ...
0
votes
2answers
401 views

Apache2 alias in virtual host

I have multiple virtual host in one server and plan to has some alias setup in one virtualhost. So I add the Alias /foo/ /path/to/foo/ in virtualhost directive,but it has no effect. request of ...

1 2 3