Re: Add a Alias

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi, 

	Doesn't work, but what happens? http gives you an error?

	You can do a redirect.


	Regards,
	Hugo Gomes


On Tue, 2011-10-04 at 10:32 +0200, Josu Lazkano wrote:
> Hello, I am trying to configure a site, I want to add a Alias. This way
> it works well:
> 
> <VirtualHost *:80>
> 	ServerAdmin mymail
> 	ServerName site1.mydomain.com
> 	DocumentRoot /usr/share/site1
> 	<Directory />
> 		Options FollowSymLinks
> 		AllowOverride All
> 	</Directory>
> 
> 	<Directory /usr/share/site1/>
> 		Options Indexes FollowSymLinks MultiViews
> 		AllowOverride All
> 		Order allow,deny
> 		allow from all
> 	</Directory>
> 
> 	ErrorLog ${APACHE_LOG_DIR}/error.log
> 	LogLevel warn
> 	CustomLog ${APACHE_LOG_DIR}/access.log combined
> 
> </VirtualHost>
> 
> But I want to get my web from http://site1.domain.com and
> http://server/site1, so I add this line:
> 
>        Alias /site1 /usr/share/site1
> 
> But it doesn't work, how could I do that?
> 
> Thanks and best regards.
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
>    "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
> For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
> 

-- 
*************************************************
     Hugo Gomes                    
     LIP                                                    
     Av. Elias Garcia 14, 1º                  
     1000-149 Lisboa, Portugal           
     Telef.:  +351- 217 998 587
     URL: http://www.lip.pt
     E-mail: hugo@xxxxxx
*************************************************


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux