> -----Original Message----- > From: anthony G [mailto:scar911@xxxxxxxxx] > Sent: Dienstag, 8. März 2005 05:12 > To: users@xxxxxxxxxxxxxxxx > Subject: [users@httpd] Adding Alias without Restarting Apache > > > I'am running Apache 2.0.53 on Windows 2003 Web Edition. I need to > know how to setup multiple Alias 's without having to restart Apache > every time I add them to httpd.conf file. > > For Example I Know I can add this to my Virtual Host in httpd.conf but > then I would have to restart Apache for it to work. > > Alias /UserX "E:\Websites\UserX\ROOT" > > What is the best way to do this without having to restart apache > everytime new user is added. You can't. You have to do some form of restart to get apache to re-read the config. However, there exists the "graceful" restart which allows any httpd daemons to finish existing connections before restarting so there is no noticeable effect on the client (the server never goes off the air..). You need to do: apachectl graceful Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored. > > Thank You, > > -Anthony > > --------------------------------------------------------------------- > 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 > > Diese E-mail ist eine private und persönliche Kommunikation. Sie hat keinen Bezug zur Börsen- bzw. Geschäftstätigkeit der SWX Gruppe. This e-mail is of a private and personal nature. It is not related to the exchange or business activities of the SWX Group. Le présent e-mail est un message privé et personnel, sans rapport avec l'activité boursière du Groupe SWX. This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. The sender's company reserves the right to monitor all e-mail communications through their networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of the sender's company. --------------------------------------------------------------------- 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
![]() |