Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
29 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
109 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
46 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
100 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
48 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
48 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
94 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
50 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
920 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
40 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
109 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
196 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
57 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
45 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
191 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
45 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
53 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
2answers
145 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
108 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
145 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
54 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
75 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
68 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
170 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
63 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
91 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 ...
0
votes
1answer
121 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
180 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
240 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
0answers
75 views

Centos alias'es ignored

I have a custom conf file under: /usr/local/apache/userdata/std/2/username/domainm/conf.conf It includes /home/cms/defaultRewrites.conf which has: Alias /index.php /home/cms/public/index.php Alias ...
0
votes
1answer
127 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
94 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
103 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
278 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
vote
2answers
256 views

Alias a Virtual Directory or Application as Root on IIS 7

Our current IIS setup as two applications running on different paths at (for example) http://server/sub-a and http://server/sub-b. I want to alias http://server/sub-a as root so that just going to ...
0
votes
2answers
59 views

Apache Aliases not working … but only on some virtual hosts

Running Mac OS X Server with Apache 2.2, and I have a number of virtual hosts configured. We have a content management system that we offer our clients, and have an alias setup to map each individual ...
1
vote
3answers
733 views

Can a Windows Active Directory user have aliases?

I've just created a simple AD on our Windows 2008 r2 server. I've added a few employees into that directory. Now, is it possible to create some aliases for a single account. eg. name = ...
0
votes
2answers
2k views

Apache 403 Error - where is the fault?

My environment: Ubuntu 10.10 Desktop Edition So I am trying to access a file through my localhost and Apache is giving me a 403 error. On /etc/apache2/apache2.conf, I've added this line : # wan27 ...
1
vote
3answers
102 views

alias to replace a text in file

here is a practical situation.I facing some of my files where there is a common string in these files.I usually will open vi and do some thing like :%s/text/replacement/g and I have to do it in ...
0
votes
3answers
73 views

How to dereference Mac OS X alias?

I'm trying to scp a file with it's alias. How can I achieve this?
0
votes
1answer
76 views

Add virtual folder to Apache like it was on htdocs folder

I would like to be able to go to 127.0.0.1/multimedia/any_file.ext and see it like any other folder in htdocs. Here's what I'm trying in the configuration: Alias "multimedia" "F://public_vids/" ...
1
vote
1answer
61 views

receiving two emails to virtual alias

have a virtual alias setup in /etc/postfix/virtual that reads: @mydomain.com mydomainincoming I then have a pipe setup in /etc/aliases that reads: mydomainincoming: ...
1
vote
2answers
83 views

Alias for Kate editor

How can I create an alias in .bashrc for Kate editor, in order not to write kate file1 file2, but k file1 file2 for opening those files.
1
vote
2answers
116 views

How to scope access to a service to set of users, using OpenLDAP, and only OUs

Okay, here goes. Solving this will solve several problems for me (as I can reapply this knowledge to several extant, similar problems), but luckily I have a very specific, concise problem to describe. ...
1
vote
2answers
2k views

Alias using Nginx causing phpMyAdmin login endless loop

Recently I've been trying to set up a web server using Nginx (I normally use Apache). However I've ran into a problem trying to set phpMyAdmin up on an alias. The alias correctly takes you too the ...
0
votes
1answer
320 views

Forward (Alias? Redirect? Route?) subdomain to a directory in Nginx config

I would like to alias m.example.com so that the requests are forwarded/aliased to example.com/m/ but without the user being redirected to the /m/ directory. For example, the user accesses ...
2
votes
3answers
137 views

How do I write a bash script that sets up aliases for the parent shell?

I'm trying to write a script that will set up aliases for my bash shell, but I don't want to source it automatically in .bashrc - I need to have the aliases in a subset of my terminals. Is it ...
0
votes
0answers
82 views

Recognizing alias names of servers

I have a windows service which runs based on the machine name or ip assigned to it. I am facing problems running it when i have a failover server and alias names described below. There is a main ...
0
votes
1answer
96 views

Sendmail - preventing aliased users from receiving multiple copies of the same email

Is there any way to prevent a user from receiving multiple copies of the same email if an email is sent to both an alias for the user as well as the user themselves? For example, suppose bob.smith is ...
0
votes
1answer
31 views

Aliasing (local) in Sql Server

I've not read (much) into SQL Server aliasing, it feels like a good, simple way to avoid managing configurations across multiple environments (developing on (local) instance, but production is a ...

1 2 3