Yahoo! Sports
Rekindle the Rivalries. Sign up for Fantasy Football
http://football.fantasysports.yahoo.com
-
The official User-To-User support forum of
Quoting [EMAIL PROTECTED]:
Hi! This is the ezmlm program. I'm managing the
users@httpd.apache.org mailing list.
To confirm that you would like
[EMAIL PROTECTED]
removed from the users mailing list, please send an empty reply
to this address:
[EMAIL PROTECTED]
Usually, this happens w
I'am running
Win 2003
Apache 2.0.53
I'am pulling my virtual hosts from a vhost.map file. My Virtual Host
configuration within httpd.conf looks like this.
RewriteEngine on
RewriteMap lowercase int:tolower
RewriteMap vhost txt:E:\apache\Apache2\conf\vhost.map
RewriteCond %{HTTP_HOST} ^(www\
hello,
I am getting this error in the httpd's error.log:
[emerg] (2)No such file or directory: Couldn't create accept lock
and all httpd processes dies. No httpd processes are left running.
Any clues?
--
Lyndon Tiu
-
The offi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
When started, Apache (2.0.54) shows that it found the wrapper and likes
its condition:
error_log:[Wed Jun 29 14:38:37 2005] [notice] suEXEC mechanism enabled
(wrapper: /usr/sbin/suexec2)
But a script under a userdir runs as the httpd user, not th
Has anyone had success in getting any ldap module working with a proxy
module on Apache 2.0? I have been only able to get one working without
the other. If anyone out there can provide any advice or experience it
would be greatly appreciated.
-Brandon
--
Is there any way to know there is a firewall blocking
between Linux runing Apache web server, and a Windows
PC?
Do I need a SSL server certificate for the Linux
machine, in order to run Apache web server?
Thanks,
Joe
--- Joseph Lee <[EMAIL PROTECTED]> wrote:
>
>
> --- Boyle Owen <[EMAIL PROTE
--- Boyle Owen <[EMAIL PROTECTED]> wrote:
> > -Original Message-
> > From: Joseph Lee [mailto:[EMAIL PROTECTED]
> > Sent: Mittwoch, 29. Juni 2005 17:12
> > To: users@httpd.apache.org; [EMAIL PROTECTED]
> > Subject: Re: [EMAIL PROTECTED] Networking problem?
> >
> >
> > Thank you, all, f
Fantastic!
I moved
RewriteEngine On
RewriteLog "/var/log/httpd/rewrite_log"
RewriteLogLevel 8
into the VirtualHost and the logging is now working. Many thanks!
The one thing left for me to accomplish is to either;
1. rewrite all .php requests as https
or
2. rewrite a specific http://...
I'm unable to get DBM support for mod_rewrite when compiling from source.
Software:
- Apache 1.3.33 and Debian (sarge).
This is what I get:
+ adding selected modules
o rewrite_module uses ConfigStart/End
disabling DBM support for mod_rewrite
(perhaps you need to add -ldbm, -lndbm
On 6/29/05, Steve Blandford <[EMAIL PROTECTED]> wrote:
>
> Joshua,
>
> thanks for the quick response.
>
> To address your comments;
>
> the RewriteEngine On command is just above the Virtual host section (5th
> line from the top of the snippet)
I believe the RewriteEngine directive
Joshua,
thanks for the quick response.
To address your comments;
the RewriteEngine On command is just above the Virtual host section
(5th line from the top of the snippet)
I've removed the % signs and nothing changed in the operation of the
rewrite. So the %age sign was superfluous.
N
On 6/29/05, Steve Blandford <[EMAIL PROTECTED]> wrote:
> Another problem I am seeing is even though I have logging turned on in
> my conf file, and that the log file was created, nothing has been
> written to it...
>
> Here is the portion of my conf file relating to the problem. (domain
> names ha
I've been trying to use mod_rewrite to have http calls on a couple of
directories and either all .php or one specific .php file rewritten as
https calls.
I have been able to use to rewrite but I cannot for the life of me get a rewrite of
http://www.domain.com/.php to rewrite to https://ww
On 6/29/05, Tod B. Schmidt <[EMAIL PROTECTED]> wrote:
>
> I am trying to use an SSI based redirect script (legacy website) and moving
> from apache1.3 to apache2.0 the web server now gives a 404 when trying to
> access the shtml file.
>
> Here is an example of the url that is not parsed correct
I am trying to use an SSI based redirect script (legacy website) and moving
from apache1.3 to apache2.0 the web server now gives a 404 when trying to
access the shtml file.
Here is an example of the url that is not parsed correctly
/ligasExternas/redir_http.shtml/www.somedomain.com
Apache2 se
Boyle Owen wrote:
-Original Message-
From: Brent Clark [mailto:[EMAIL PROTECTED]
Sent: Mittwoch, 29. Juni 2005 17:01
To: apache
Subject: [EMAIL PROTECTED] apache 1.33 ?
Hi List
I have an entry in my apache.conf file like so.
Why don't you describe in plain english what you're tryin
> -Original Message-
> From: Joseph Lee [mailto:[EMAIL PROTECTED]
> Sent: Mittwoch, 29. Juni 2005 17:12
> To: users@httpd.apache.org; [EMAIL PROTECTED]
> Subject: Re: [EMAIL PROTECTED] Networking problem?
>
>
> Thank you, all, for trying to help me.
>
> I tried http://(ipaddress)/example
> -Original Message-
> From: Brent Clark [mailto:[EMAIL PROTECTED]
> Sent: Mittwoch, 29. Juni 2005 17:01
> To: apache
> Subject: [EMAIL PROTECTED] apache 1.33 ?
>
>
> Hi List
>
> I have an entry in my apache.conf file like so.
Why don't you describe in plain english what you're trying
I forgot to mention that I don't have /etc/named.conf
on my Linux machine (even though I have
/etc/resolv.conf). Is that OK?
Thanks,
Joe
--- Joseph Lee <[EMAIL PROTECTED]> wrote:
> Thank you, all, for trying to help me.
>
> I tried http://(ipaddress)/example.html on my
> Windows
> PC, but still
Thank you, all, for trying to help me.
I tried http://(ipaddress)/example.html on my Windows
PC, but still could not get example.html from my Linux
machine running Apache web server.
I also did:
- modified /etc/hosts on the Linux machine to have the
entry for my Windows PC
- ping from Linux to
Hi List
I have an entry in my apache.conf file like so.
DocumentRoot /var/lib/clamav
Options SymLinksIfOwnerMatch
AllowOverride All
Options Indexes
AllowOverride All
Order allow,deny
Allow from 192.168.111.0/255.255.255.0
===
Actually, all the config.layout files' RedHat stanzas read like this...
prefix:/usr
exec_prefix: ${prefix}
bindir:${prefix}/bin
sbindir: ${prefix}/sbin
libdir:${prefix}/lib
..., but in the resulting Makefiles, ${prefix} has been replaced by
/usr
> -Original Message-
> From: Vance Karimi [mailto:[EMAIL PROTECTED]
> Sent: Mittwoch, 29. Juni 2005 14:39
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] Help with Apache and SSL
>
>
> You can certainly try it: www.smsticketing.com.au
> I do https://www.smsticketing.com.au
>
Wow, that was relatively painless in the end.
I added to my iptables:
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 443 -j
ACCEPT
and it all works.
Nice pickup Joost.
Thanks also Boyle.
> -Original Message-
> From: Joost de Heer [mailto:[EMAIL PROTECTED]
> Sent: We
I recall needing libarc and libm as well-
P
From: Gustavo A.
Baratto [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 29, 2005
1:07 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] C
compiler cannot create executables
Not legally as far as I know.
Vance Karimi said:
> Hi list,
>
> With the number of threads regarding Apache and SSL, you'd think I would
> find a solution...sigh...I feel I'm missing something trivial.
>
> I appologise for the long post.
>
> I performed a build of 2.0.54 with mod_ssl and installed on Fedora core 3.
Firewall en
You can certainly try it: www.smsticketing.com.au
I do https://www.smsticketing.com.au
With 'FW', do you mean forward? We don't do a forward or redirect. We have
an A-Record in the root DNS server of the hosting company.
Regards,
Vance
> -Original Message-
> From: Boyle Owen [mailto:[EMAI
> -Original Message-
> From: Vance Karimi [mailto:[EMAIL PROTECTED]
> Sent: Mittwoch, 29. Juni 2005 07:41
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Help with Apache and SSL
>
>
> Hi list,
>
> With the number of threads regarding Apache and SSL, you'd
> think I would
> fi
> -Original Message-
> From: Cameron Beattie [mailto:[EMAIL PROTECTED]
> Sent: Mittwoch, 29. Juni 2005 07:17
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] RewriteRule question: forward requests from
> one Apache server to another
>
>
> For those interested, I ended up usin
On Wednesday 29 June 2005 02:40, Joseph Lee wrote:
> I have modified /etc/xinetd.conf to include "service
> http",
That'll cause trouble (if it does anything at all). Don't do it.
--
Nick Kew
-
The official User-To-User suppo
On Wednesday 29 June 2005 09:07, Jérôme Deliège wrote:
> Hello,
>
> I'm trying to migrate from an old apache 1.3 to apache 2, everything
> working find so far but i have a strange behaviour on my apache 1.3 that
> i can't identify nor replicate.
>
> Here is a little example of what happen :
>
> whe
Hello,
I'm trying to migrate from an old apache 1.3 to apache 2, everything
working find so far but i have a strange behaviour on my apache 1.3 that
i can't identify nor replicate.
Here is a little example of what happen :
when someone access to http://myhost/image apache automatically searc
ok.. thnks.
btw. i was able to download the ISO for solaris
8,
thnks again
- Original Message -
From:
Gustavo A.
Baratto
To: users@httpd.apache.org
Sent: Wednesday, June 29, 2005 1:07
PM
Subject: Re: [EMAIL PROTECTED] C compiler
cannot create executables
> I am trying to run Apache web server on my Redhat
> Linux machine. I just installed and configured Apache
> httpd-2.0.54, and entered "http://localhost"; on my
> browser (Mozilla). I was able to see "If you can see
> this, it means the installation ... was successful."
>
> However, when I went to
> 1. ./configure --enable-layout=RedHat
> 2. vi srclib/apr-util/Makefile, where I see that libdir is set to
> "/usr/lib"
Because in config.layout, in the RedHat layout, the libdir is set to
/usr/lib. If you want this changed, edit the layout file.
Joost
---
36 matches
Mail list logo