Re: [EMAIL PROTECTED] Trouble with regexp on , using Apache 1.3.33

2005-08-24 Thread Spike Burkhardt
Martijn, Maybe I'm missing something, but in this case wouldn't using .htaccess be a good approach? spike Martijn wrote: Hello everyone, I've been trying to solve this for the last 2 days, but somehow I'm unable to see the logic here. Hope anyone can help me explain what's going on: I

Re: [EMAIL PROTECTED] mass virtual hosting

2005-08-23 Thread Spike Burkhardt
Isabelle, In your VirtualHost directive try: http://www2n.unil.ch:8080 http://www2n.unil.ch> spike Isabelle Moullet wrote: Bonjour, I am trying to install mass virtual hosting with Apache 2.0.53. I have the the following instructions in my conf file: # LoadModule vhost_alias_module modules

Re: [EMAIL PROTECTED] Virtual Hosts

2005-08-22 Thread Spike Burkhardt
Indran, Have you been successful yet? I have implemented the SunOne directory service LDAP authentication in a directory for a virtual server. Would this help? Let me know. spike Indran D Govender wrote: Hello List Has anyone had any success with implementing apache virtual hosts in

Re: [EMAIL PROTECTED] .htpasswd permissions problem?

2005-08-19 Thread Spike Burkhardt
Jody, Check to make sure that the username which apache is running under has read access for the /home, /home/cleveland & /home/cleveland/password directories. If you're apache is running as 'nobody' then you'll probably need 744 on the directory files themselves. The other possibility is

Re: [EMAIL PROTECTED] Warning: DocumentRoot does not exist

2005-08-16 Thread Spike Burkhardt
Jody, Just a suggestion on my part but perhaps doing a apachectl configtest would yield more information. spike Jody Cleveland wrote: Are you trying to start it as root (required for ports like 80 & 443)? Yes, I am. I would search for 443 in your {server}/conf/httpd.conf file.

Re: [EMAIL PROTECTED] Multiple apache instances

2005-08-16 Thread Spike Burkhardt
Thanks for all the info Joshua. Seems like I might have a reason to upgrade to V2 :-) spike Joshua Slive wrote: On 8/16/05, Spike Burkhardt <[EMAIL PROTECTED]> wrote: Joshua & all, When I specified the configuration file the instance I wanted to kill still didn't sto

Re: [EMAIL PROTECTED] Multiple apache instances

2005-08-16 Thread Spike Burkhardt
uration syntax test help - this screen /usr/local/apache/bin/apachectl stop: httpd stopped Joshua Slive wrote: On 8/15/05, Spike Burkhardt <[EMAIL PROTECTED]> wrote: All, I have two apache instances running. Is there a way to kill just 1 instance? To be more specific,

Re: [EMAIL PROTECTED] Multiple apache instances

2005-08-15 Thread Spike Burkhardt
Craig, thanks for the info. What I did forget to mention is that the multiple instances are running from the same directory tree. spike Craig Dunigan wrote: Each instance should already have its own control script, apachectl, in the bin directory, with paths specific to that instance.

[EMAIL PROTECTED] Multiple apache instances

2005-08-15 Thread Spike Burkhardt
All, I have two apache instances running. Is there a way to kill just 1 instance? To be more specific, I have 1 startup file with the standard startup. In the httpd.conf file, it specifies: PidFile /usr/local/apache/logs/httpd.pid In the second startup file the line that starts the serve

Re: [users@httpd] (24)Too many open files:

2005-05-26 Thread Spike Burkhardt
Oliver, A total guess is that there are too many files open! lol. Sorry, had to do it. On Solaris, the number of files open at any one time is based on system and process limits. Even though it's old a good reference article is http://sunsite.uakom.sk/sunworldonline/swol-02-1998/swol-02

[users@httpd] flastmod for a file from another directory

2005-05-24 Thread Spike Burkhardt
Hi all, First off my configuration is: Apache 1.3.31 Solaris 9 Here's my problem. I have a file in directory c that I want to do a flastmod on. The html code is in directory_b that is at the same level as directory_c. The DocumentRoot is defined as directory_a which has directory_b & d