Apache beendet die Ausgabe nicht

2009-04-21 Thread Mario Batz
Hallo, ich hab hier folgende Konfiguration: - Debian Etch 2.6.18-6-686 - Apache/2.2.3 - PHP 5.2.0-8+etch13 - Dnsmasq version 2.35 Aufbau der VirtualHosts-Konfiguration: VirtualHost test.local:80 DocumentRoot /var/www/test Servername test.local /VirtualHost Funktionieren tut

AW: Apache beendet die Ausgabe nicht

2009-04-21 Thread Mario Batz
Hallo Björn das ganze System läuft bei mir auf dem Server im LAN. Kein anderer User kann darauf zugreifen. Alles was da läuft ist von mir programmiert. Es wird nichts gezippt und auch nichts vom INET gezogen. Es handelt sich um ganz normale PHP-Seiten die zwar eine Menge an Dateien einbinden,

Re: [us...@httpd] Unique Home Page

2009-04-21 Thread André Warnier
Dondi Williams wrote: I am running Apache 2.2.9 on a Windows Vista PC and have unique UIDs for my family members. I want each family member to have their own unique home page when they login to the PC. How can I enable this within Apache? I also have PHP 5.2.6 operational. Ok, I'll bite, but

[us...@httpd] [emerg] (28)No space left on device: Couldn't create accept lock (/var/lock/apache2/accept.lock.19652) (5)

2009-04-21 Thread Newgro
Hi *, i try to solve the issue that apache2 fails starting. It all startet with this message in error.log [crit] (28)No space left on device: mod_jk: could not create jk_log_lock Configuration Failed So i decided to disable mod_jk. After that python complained the same way. Python disabled to

Re: [us...@httpd] [emerg] (28)No space left on device: Couldn't create accept lock (/var/lock/apache2/accept.lock.19652) (5)

2009-04-21 Thread Krist van Besien
On Tue, Apr 21, 2009 at 10:23 AM, Newgro per.new...@gmx.ch wrote: Can someone please help me out here? Try (as the user that apaceh runs under) to create a file, for example with touch. if this results in a similar error something is really wrong with your filesystem. What OS are you running?

Re: [us...@httpd] Unique Home Page

2009-04-21 Thread Mike Cardwell
André Warnier wrote: which of the multiple authentication schemes will best suit the needs? As far as can be determined from the OP's post, this is a single home PC, used by close family members. From the question itself, I would also dare to guess that the OP is not really an expert at

[us...@httpd] openssl

2009-04-21 Thread Tirtza Bernstein
Hello, I installed apache with openssl on windows. I am trying to use the openssl command line but I get the following error Can't open config file /usr/local/ssl/openssl.cnf Where can I change the location where it looks for openssl.cnf? Thanks

Re: [us...@httpd] Unique Home Page

2009-04-21 Thread J. Greenlees
André Warnier wrote: Dondi Williams wrote: I am running Apache 2.2.9 on a Windows Vista PC and have unique UIDs for my family members. I want each family member to have their own unique home page when they login to the PC. How can I enable this within Apache? I also have PHP 5.2.6

Re: [us...@httpd] openssl

2009-04-21 Thread Brian Mearns
On Tue, Apr 21, 2009 at 7:07 AM, Tirtza Bernstein tirt...@simply-y.com wrote: Hello, I installed apache with openssl on windows.  I am trying to use the openssl command line but I get the following error Can’t open config file /usr/local/ssl/openssl.cnf Where can I change the location

Re: [us...@httpd] Unique Home Page

2009-04-21 Thread Brian Mearns
On Tue, Apr 21, 2009 at 8:29 AM, Dondi Williams dsm...@gmail.com wrote: This EXACTLY what I need I believe he wanted something like Apache should return the appropriate homepage, on the base of the UID the user used to login on the PC. I don't really think we're talking about LDAP or SQL

Re: [us...@httpd] Unique Home Page

2009-04-21 Thread Mike Cardwell
Brian Mearns wrote: This EXACTLY what I need I believe he wanted something like Apache should return the appropriate homepage, on the base of the UID the user used to login on the PC. I don't really think we're talking about LDAP or SQL here.. There is no LDAP or SQL involved. The reason

Re: [us...@httpd] Unique Home Page

2009-04-21 Thread Dondi Williams
Brian, Based on this comment ...why not take this very simple approach instead of trying to get Apache to understand the convoluted Windows Vista user id system? How would I do the same thing on a Linux system? I am dual booting the same system with SuSE 11.1 with Apache, PHP, MySQL, etc... I

Re: [us...@httpd] Unique Home Page

2009-04-21 Thread André Warnier
Dondi Williams wrote: This EXACTLY what I need Ok, and did you read what else I wrote before, about the user profiles ? It probably works with Firefox also. That is really the easiest way. There exists no other way to have Apache *automatically* know about the current *Windows user-id*,

Re: [us...@httpd] Unique Home Page

2009-04-21 Thread André Warnier
Dondi Williams wrote: Brian, Based on this comment ...why not take this very simple approach instead of trying to get Apache to understand the convoluted Windows Vista user id system? How would I do the same thing on a Linux system? I am dual booting the same system with SuSE 11.1 with Apache,

Re: [us...@httpd] Unique Home Page

2009-04-21 Thread Dondi Williams
Got it and thanks for all the replies. I always find it whimsical to hear, learn, and see if I am on the same path as the experts. I know about the profiles, but was searching for possible alternative methods to solve this issue. D On Tue, Apr 21, 2009 at 8:11 AM, André Warnier a...@ice-sa.com

Re: [us...@httpd] Unique Home Page

2009-04-21 Thread Brian Mearns
On Tue, Apr 21, 2009 at 9:12 AM, André Warnier a...@ice-sa.com wrote: Dondi Williams wrote: Brian, Based on this comment ...why not take this very simple approach instead of trying to get Apache to understand the convoluted Windows Vista user id system? How would I do the same thing on a

Re: [us...@httpd] Unique Home Page

2009-04-21 Thread André Warnier
Dondi Williams wrote: Got it and thanks for all the replies. I always find it whimsical to hear, learn, and see if I am on the same path as the experts. I know about the profiles, but was searching for possible alternative methods to solve this issue. And I always find it interesting to see

Re: [us...@httpd] Unique Home Page

2009-04-21 Thread Mike Cardwell
André Warnier wrote: There exists no other way to have Apache *automatically* know about the current *Windows user-id*, than to implement some kind of Windows authentication scheme for both the browser and Apache. (the emphasis is for the other contributors here) Hmmm. As per my other

Re: [us...@httpd] [emerg] (28)No space left on device: Couldn't create accept lock (/var/lock/apache2/accept.lock.19652) (5)

2009-04-21 Thread John Armstrong
Can you touch a file in /var/lock rather then /tmp? Can you do a df on /var or do you only one filesystem (/)? What does ls -l /var and ls -l /var/lock and ls -l /var/lock/apache2 show? J On Tue, Apr 21, 2009 at 3:55 AM, Newgro per.new...@gmx.ch wrote: touch as www-data is working. I tried

Re: [us...@httpd] [emerg] (28)No space left on device: Couldn't create accept lock (/var/lock/apache2/accept.lock.19652) (5)

2009-04-21 Thread Newgro
Much output is coming :-) m18s24:/etc/apache2$ /etc/init.d/apache2 start Starting web server: apache2 failed! m18s24:/etc/apache2$ tail /var/log/apache2/error.log [Tue Apr 21 15:50:00 2009] [emerg] (28)No space left on device: Couldn't create accept lock (/var/lock/apache2/accept.lock.19320) (5)

Re: [us...@httpd] [emerg] (28)No space left on device: Couldn't create accept lock (/var/lock/apache2/accept.lock.19652) (5)

2009-04-21 Thread Eric Covener
On Tue, Apr 21, 2009 at 1:37 PM, Newgro per.new...@gmx.ch wrote: m18s24:/etc/apache2$ ipcs -l -- Semaphore Limits max number of arrays = 128 m18s24:/etc/apache2$ ipcs -lu -- Semaphore Status used arrays = 128 Tried increasing the limits? -- Eric Covener

Re: [us...@httpd] Unique Home Page

2009-04-21 Thread Eric Covener
On Tue, Apr 21, 2009 at 12:06 PM, John Hudak jjhu...@gmail.com wrote: I think it is worthwhile to note that authentication is something outside of the Apache scope.  To use your anology, you can't turn a coffee pot into a toaster over In what context is authentication outside the scope of

Re: [us...@httpd] [emerg] (28)No space left on device: Couldn't create accept lock (/var/lock/apache2/accept.lock.19652) (5)

2009-04-21 Thread Newgro
I tried vi /etc/sysctl.conf kernel.sem = 250 32000 100 256 But output of ipcs -l is still m18s24:~$ ipcs -l -- Shared Memory Limits max number of segments = 4096 max seg size (kbytes) = 32768 max total shared memory (kbytes) = 8388608 min seg size (bytes) = 1 -- Semaphore

RE: [us...@httpd] How to define constant in apache configuration?

2009-04-21 Thread inas inassen
Hi, I did some tests in the past using this way ${foo} by defining the variable foo in the bin/envvars file (like it works in Tomcat for example) but it fails for apache. So Eric, Please, can you provide us more detail if it worked for you? thanks, Inas. Date: Mon, 20 Apr

Re: [us...@httpd] How to define constant in apache configuration?

2009-04-21 Thread Eric Covener
On Tue, Apr 21, 2009 at 3:59 PM, inas inassen mezgh...@hotmail.com wrote: Hi, I did some tests in the past using this way ${foo} by defining the variable foo in the bin/envvars file (like it works in Tomcat for example) but it fails for apache. So Eric, Please, can you provide us more detail

[us...@httpd] apache 2.2 and fastcgi 2.4.6

2009-04-21 Thread root
hello i have debian lenny 64bit lenny server with intel quadcore cpu and 4gb ram (fastcgi 2.4.6). i have about 1.4 tb traffic month on this server. my problem is the speed of fastcgi application. when i want the visit one website on my server somethimes i must wait about 4 seconds the view

Re: [us...@httpd] apache 2.2 and fastcgi 2.4.6

2009-04-21 Thread Brian Mearns
On Tue, Apr 21, 2009 at 4:14 PM, r...@menkisys.net wrote: hello  i have debian lenny 64bit lenny server with intel quadcore cpu and 4gb ram (fastcgi 2.4.6). i have about 1.4 tb traffic month on this server. my problem is the speed of fastcgi application. when i want the visit one website on

Re: [us...@httpd] apache 2.2 and fastcgi 2.4.6

2009-04-21 Thread André Warnier
r...@menkisys.net wrote: MaxKeepAliveRequests is 60 KeepAliveTimeout is 3 I don't know fastcgi at all, so I have no idea if something at that level explains your symptoms. But why don't you try to reduce MaxKeepAliveRequests to, for example, MaxKeepAliveRequests 5 or whatever number

RE: [us...@httpd] How to define constant in apache configuration?

2009-04-21 Thread inas inassen
very nice, do you have any sample? Thanks. Date: Tue, 21 Apr 2009 16:01:17 -0400 From: cove...@gmail.com To: users@httpd.apache.org Subject: Re: [us...@httpd] How to define constant in apache configuration? On Tue, Apr 21, 2009 at 3:59 PM, inas inassen mezgh...@hotmail.com wrote:

[us...@httpd] mod_auth_xradius-0.4.6

2009-04-21 Thread Mike Diggins
Anyone using mod_auth_xradius-0.4.6 with Apache 2.x under Solaris 10 (or any version of Solaris)? I can't get it to compile and I don't know why. I could use a hand. -Mike - The official User-To-User support forum of the

Re: [us...@httpd] [emerg] (28)No space left on device: Couldn't create accept lock (/var/lock/apache2/accept.lock.19652) (5)

2009-04-21 Thread Newgro
Thanks so much. The provider increased the limits systemwide to 512. Now apache is running again. Cheers Per -- View this message in context: