The below is what error log says. Access log is Zero
bytes size.
[Sun Nov 26 20:19:12 2006] [notice] Apache/2.0.52
(Unix) DAV/2 configured -- resuming normal operations
[Sun Nov 26 20:20:45 2006] [notice] caught SIGTERM,
shutting down
[Sun Nov 26 20:20:50 2006] [notice] Digest: generating
secret f
What does the error_log say? If there isn't any error log defined, define
one and make sure you make the path to where the error log is located. (for
example /var/log/apache2/error_log, make sure the dir apache2 exists).
Yvo
On 11/26/06, Ravindra Nannapaneni <[EMAIL PROTECTED]> wrote:
Hi
I ha
I have only one NIC in my machine. Though i am
specifying different ports, i have only one IP. Does
it has any problems ? How do i overcome this problem
with out having additional Ip ?
Is there any way ?
Thanks
Ravi
--- "Tom Ray [Lists]" <[EMAIL PROTECTED]> wrote:
>
>
> Ravindra Nannapaneni wr
it depends on how feature rich you want the interface to be. you can pick up
the very simple perl CGI script at
http://www.geniegate.com/listings/basicupload/ its free source with a
compulsory banner. you could check it out and write your own. i've hacked it to
include a download feature as wel
Ravindra Nannapaneni wrote:
Hi
I have 2 versions shipped with my sun ultra 20 box.
This is what i have.
/usr/apache has Apache 1.3 binaries
/usr/apache2 has Apache 2.0 binaries.
I want to use Apache 1.3 for one web server other for
other web server.
So what i did is
1. Editted http.conf
Hi
I have 2 versions shipped with my sun ultra 20 box.
This is what i have.
/usr/apache has Apache 1.3 binaries
/usr/apache2 has Apache 2.0 binaries.
I want to use Apache 1.3 for one web server other for
other web server.
So what i did is
1. Editted http.conf on both apaches, and updated pid
Morgan Gangwere wrote:
use IP Masquerading, thats what *:80 does. its just you can have
different requests come In to different places. you can also have eth0
+ eth1 have the same IP. that might help. look in your DSL box's
settings
On 11/26/06, Steve Swift <[EMAIL PROTECTED]> wrote:
I setup
use IP Masquerading, thats what *:80 does. its just you can have
different requests come In to different places. you can also have eth0
+ eth1 have the same IP. that might help. look in your DSL box's
settings
On 11/26/06, Steve Swift <[EMAIL PROTECTED]> wrote:
I setup my apache to:
Listen *:80
I setup my apache to:
Listen *:80
and it uses all four NICs in my box
On 26/11/06, tim <[EMAIL PROTECTED]> wrote:
Has anyone setup their home/SBA network with Apache on one computer but
serving content on two networks (DSL and cable)? I tried this but Apache
fails to reply on the secondary netw
I have Apache 2.2.3 on Windows XP sp2.
With Apache 1.3.33 there was no problem to define in "httpd.conf" an alias
for a directory that have accents in his name.
The following entries was valid:
*
Alias /dev "E:/dév/"
Options Indexes FollowSymLinks Includes
AllowOverride All
Or
On 26.11.06 16:48, spacemarc wrote:
> 2006/11/26, Matus UHLAR - fantomas <[EMAIL PROTECTED]>:
> >the easiest way is to configure apache only to run on localhost, e.g.
> >comment all Listen directives, and leaving only
> >
> >Listen 127.0.0.1:80
> >
> >(and 127.0.0.1:443, if you want SSL)
>
> I don
2006/11/26, Matus UHLAR - fantomas <[EMAIL PROTECTED]>:
the easiest way is to configure apache only to run on localhost, e.g.
comment all Listen directives, and leaving only
Listen 127.0.0.1:80
(and 127.0.0.1:443, if you want SSL)
I don't have this parameter in my /etc/apache2/apache2.conf: w
On 26.11.06 12:29, spacemarc wrote:
> how can I deny external connections except from my localhost/127.0.0.1?
> On Ubuntu Linux and Apache 2.0.55.
the easiest way is to configure apache only to run on localhost, e.g.
comment all Listen directives, and leaving only
Listen 127.0.0.1:80
(and 127.0.
Has anyone setup their home/SBA network with Apache on one computer but
serving content on two networks (DSL and cable)? I tried this but Apache
fails to reply on the secondary network. (It works with only 1 network
card in the box.) I have not done a TCP trace yet but does anyone have
Apache s
On 11/26/06, spacemarc <[EMAIL PROTECTED]> wrote:
Hi,
how can I deny external connections except from my localhost/127.0.0.1?
On Ubuntu Linux and Apache 2.0.55.
See the docs for mod_access.
For example:
Order deny,allow
Deny from all
Allow from 127.0.0.1
Joshua.
---
Guys,
Who has authn_dbd working with MySQL ?
I need some help.
Jorge
Hi,
how can I deny external connections except from my localhost/127.0.0.1?
On Ubuntu Linux and Apache 2.0.55.
Thanks
--
http://www.spacemarc.it
-
The official User-To-User support forum of the Apache HTTP Server Project.
See h
17 matches
Mail list logo