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
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-
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
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
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
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
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
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
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
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
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
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
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
-
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
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
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
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
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
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
(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
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
-
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
22 matches
Mail list logo