[users@httpd] httpd forks & handling duplicate file descriptor

2005-05-29 Thread kuchbi
Hi Need help in solving the httpd fork and file descriptor issue - scenario: Iam doing a sendmsg(fd,..) followed by recv(fd,...) indirectly in my php file. i.e, iam calling socket API's which are warppers for sendmsg() and recv() by including them in my php file. There are multile such php file

RE: [users@httpd] Unable to generate ScriptLog

2005-05-29 Thread Harish Sundaram
Hi Aman, Thanks for the reply.. Well, the problem still persists... Initially, I hadn't used the User directive, but even after using it as: ** User apache2 ** still, no script log is getting generated. Interestingly, I am not facing any such problem on HP-

Re: [users@httpd] No route to host

2005-05-29 Thread Bhanu Ravichettu
All the other domain names in the same lab arent getting displayed on the browser.But many servers on the LAN are working pretty fine.All are Apache servers.    So I guess it is the network problem of that lab.Thnx a lot neways,.. wil inform you if it is solved.   BYee, Bhanu.  On 5/29/05, Robert Z

Re: [users@httpd] No route to host

2005-05-29 Thread Robert Zagarello
You need to determine if you have a real network problem or not. Surely there are other PCs on that local LAN segment. How is routing from/to those? BZ === --- Bhanu Ravichettu <[EMAIL PROTECTED]> wrote: > I have been trying it since yesterday evening.. I > have also rebooted the > system

Re: [users@httpd] server name and site name, download problem

2005-05-29 Thread Abu Hurayrah
Yes, you'll need to restart apache in order for the new settings to take place. Karim Hamed-abdelouahab wrote: Hi, you were right the upload limit was set on 2M, I changed to 10M but do I have to restart apache or any other component? I'm using php 4.3.3 Thank you very much. On 5/29/05, Abu

Re: [users@httpd] No route to host

2005-05-29 Thread disguised.jedi
On 29/05/05, Bhanu Ravichettu <[EMAIL PROTECTED]> wrote: > I have been trying it since yesterday evening.. I have also rebooted the > system thrice or 4 times.. Donno wat is the problem.. kinda important.. > > Bhanu. > Well, can you give us some more info on your configuration? And can you try to

Re: [users@httpd] No route to host

2005-05-29 Thread Bhanu Ravichettu
I have been trying it since yesterday evening.. I have also rebooted the system thrice or 4 times.. Donno wat is the problem.. kinda important..   Bhanu.  On 5/29/05, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote: On 5/29/05, Bhanu Ravichettu <[EMAIL PROTECTED]> wrote:> Hi, >> I am a newbie.Recently

Re: [users@httpd] No route to host

2005-05-29 Thread disguised.jedi
On 5/29/05, Bhanu Ravichettu <[EMAIL PROTECTED]> wrote: > Hi, > > I am a newbie.Recently came to take over an apache server.It was working > fine all these days.I was trying to include a few files for uploding content > into the serrver.And then suddenly, when i give the doman name in the > browse

[users@httpd] No route to host

2005-05-29 Thread Bhanu Ravichettu
Hi,I am a newbie.Recently came to take over an apache server.It was working fine all these days.I was trying to include a few files for uploding content into the serrver.And then suddenly, when i give the doman name in the browser, it gives me The following error was encountered: Connection Failed

Re: [EMAIL PROTECTED] Hacked the website replace the index.hm page

2005-05-29 Thread Jonas Eckerman
Stuart Low wrote: PHP as a CGI also requires users (read, typically, morons) to add a shebang line to their scripts. No, it doesn't. Set up a handler of the PHP files, so it'll get called based on file extension just like the users expect. Snipped from one of our vhosts: ScriptAlias

RE: [users@httpd] Best way to host scripts

2005-05-29 Thread Jacob Miller
I was trying to do the same thing. I settled on running one apache per virtualhost, and proxy-ing them through the main virtualhost. This way each apache only has permission to use it's own files, and only one server is comprimised if someone writes a security hole into their php/perl scripts. Yo

Re: [users@httpd] Best way to host scripts

2005-05-29 Thread Patrick Donker
Abu Hurayrah wrote: Patrick Donker wrote: Guys, What is the best way, security wise, to host cgi, perl or php scripts? Should I start using a jail or are there other ways to keep my server from being a worm or spam platform. Links to howtos or other threads are most welcomed. Thanks -Patr

Re: [users@httpd] Best way to host scripts

2005-05-29 Thread Abu Hurayrah
Patrick Donker wrote: Guys, What is the best way, security wise, to host cgi, perl or php scripts? Should I start using a jail or are there other ways to keep my server from being a worm or spam platform. Links to howtos or other threads are most welcomed. Thanks -Patrick -

Re: [users@httpd] server name and site name, download problem

2005-05-29 Thread Karim Hamed-abdelouahab
Hi, you were right the upload limit was set on 2M, I changed to 10M but do I have to restart apache or any other component? I'm using php 4.3.3 Thank you very much. On 5/29/05, Abu Hurayrah <[EMAIL PROTECTED]> wrote: > Okay, if you're trying to upload files to a PHP script, then you need to > ch

Re: [users@httpd] server name and site name, download problem

2005-05-29 Thread Abu Hurayrah
Okay, if you're trying to upload files to a PHP script, then you need to check your PHP config file (do a search for php.ini, or create a script with only the function "phpinfo()" in it, to see where the php.ini file is located). Apache wouldn't really affect your upload issues, but PHP sure w

Re: [users@httpd] server name and site name, download problem

2005-05-29 Thread Karim Hamed-abdelouahab
Hi I solved the first problem with the domaine name, but the second Yes I'm trying to upload files using PHP. What do you mean with WebDAV? Best regards. On 5/28/05, Abu Hurayrah <[EMAIL PROTECTED]> wrote: > Karim Hamed-abdelouahab wrote: > > >Hi, > >I'm a new user of apache http server

[users@httpd] ddd

2005-05-29 Thread Maxim Vexler
HTMLHead -- Cheers, Maxim Vexler (hq4ever). Do u GNU ? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PRO

Re: [cli-users] Problem using ASP.NET

2005-05-29 Thread Carlos C
right beside the modules sections is where i have it. a safe way to do it is the following: --- LoadModule aspdotnet_module modules/mod_aspdotnet.so AddHandler asp.net asax ascx ashx asmx aspx axd config cs csproj \ licx rem resources resx soap vb vbproj vsdisco web

Re: [users@httpd] Deny,Allow confusion

2005-05-29 Thread BAO RuiXian
Hello, Maxim, ### 1. Order Deny,Allow 2. Deny from all 3. Allow from dev.example.com ### This actually says: 1. By default allow access to everyone (because it's deny, allow) 2. Now deny from everyone. 3. Now allow only to dev.example.com. So at the end, only users from dev.example.com will re

[users@httpd] Deny,Allow confusion

2005-05-29 Thread Maxim Vexler
(A basic question I assume) For this configuration: ### 1. Order Deny,Allow 2. Deny from all 3. Allow from dev.example.com ### This actually says: 1. By default allow access to everyone (because it's deny, allow) 2. Now deny from everyone. 3. Now allow only to dev.example.com. So at the end, on

[users@httpd] Best way to host scripts

2005-05-29 Thread Patrick Donker
Guys, What is the best way, security wise, to host cgi, perl or php scripts? Should I start using a jail or are there other ways to keep my server from being a worm or spam platform. Links to howtos or other threads are most welcomed. Thanks -Patrick -

Re: [users@httpd] Read errors for GET when is more than 64K

2005-05-29 Thread Nick Kew
Mark Slater wrote: > I compiled a clean version of Apache2 2.0.54 last week and things > seemed to work fine for a few days. Since you've told us very little, I can't say much. But if you haven't already done so, try with EnableSendfile Off, and look up the reason (and other possible tweaks) in t