Hi,
rpm -q -l --provides openssl-0.9.7a-20.2 | grep libssl
libssl.so.4
/lib/libssl.so.0.9.7a
# SSL_BASE=/lib/
[EMAIL PROTECTED] apache_1.3.34]# ./configure --disable-module=all
--prefix=/usr/local/apache --server-uid=apache --server-gid=apache
--enable-module=access --enable-module=log_config
Hi All,
I am using Apache 2.0.55 on Solaris.
When I am giving "./apachectl graceful" command,
apache doesn't re-read my configuration file. On Solaris, Apache creates 6 more processes (1 parent + 5 child) each
time "./apachectl graceful" is given. While on other platforms (HP, Linux), the
HI ED, Hope this will resolve your problem. If you will get any problem, just let me know. One another thing.. if somehow it willn't work.. then send me apache logs also. Thanks Sanjay Tripathi HelloMany thanks. I will follow the steps and see what happens.EdOn Thursday 23 Februar
Hi Jerome,
Are you having any 3rd party modules which prevents you to use
Apache 2.x ? There you have mod_ssl integrated inside apache
An apache 1.3.x is more complicated to compile
because you must have the corresponding mod_ssl
and openssl version together with your apache
The above lines are
HI, Run " ldconfig" command and then compile that apache... Thanks Sanjay TripathiJM <[EMAIL PROTECTED]> wrote: Hi,rpm -q -l --provides openssl-0.9.7a-20.2 | grep libssllibssl.so.4/lib/libssl.so.0.9.7a# SSL_BASE=/lib/[EMAIL PROTECTED] apache_1.3.34]# ./configure --disable-module=all
I still get the same result..
On Friday 24 February 2006 6:06 pm, sanjay tripathi wrote:
> HI,
>Run " ldconfig" command and then compile that apache...
>
>
> Thanks
> Sanjay Tripathi
>
> JM <[EMAIL PROTECTED]> wrote:
> Hi,
>
> rpm -q -l --provides openssl-0.9.7a-20.2 | grep libssl
>
>Hello again..
>The reason for web page size exploration is a rule for the application.
>No page will exceed 150K, only %35 can exceed 60K etc..
>I am not good at Apache so can you explain referrers a bit more and how to use
>it in page size >exploration
>And when I connect with a browser I coul
HI Jerome, Do Step by Step. 1:-We need the following software: openssl, apache (1.3.x), mod_ssl We will install the software from the /tmp directory. cd /tmpwget http://www.openssl.org/source/openssl-0.9.7c.tar.gzwget http://www.apache.de/dist/httpd/apache_1.3.29.tar.gzwget ht
On Friday 24 February 2006 03:11, Don O'Neil wrote:
> Does anyone have instructions on how to build v2.2 of Mod_Auth_Mysql with
> the latest Apache HTTP release? I have old apps that I cannot rebuild that
> require some of the directives & syntax that are only supported in v2.2
There are rather a
On Thursday 23 February 2006 22:07, Max Yu wrote:
> I could not understand how the problem is related to MySQL
> server.
>
> The machine is running Fedora Core 4, Apache 2.0.54 and MySQL
> server 4.1.9. And everything was fine. Then I updated MySQL to
> 5.0.18. Then Apache is not working any more.
On 2/24/06, Tejas Sanghavi <[EMAIL PROTECTED]> wrote:
>
> Hi All,
>
> I am using Apache 2.0.55 on Solaris.
>
> When I am giving "./apachectl graceful" command, apache doesn't re-read my
> configuration file. On Solaris, Apache creates 6 more processes (1 parent +
> 5 child) each time "./apachectl g
Hello,
I had similar problem in thepast and in my case I had to upgrade DBI and
DBD::mysql and it was working again.
Regards
Slawomir
- Original Message -
From: "Max Yu" <[EMAIL PROTECTED]>
To:
Sent: Thursday, February 23, 2006 5:07 PM
Subject: [EMAIL PROTECTED] Apache not working after u
Hello folks, I am trying to monitor a squid box, but I am having
problems with Apache's configuration.
Environment
Fedora 4
Kernel 2.6.15
Perl v5.8.6
rrdtool-1.0.49-5
Apache: httpd-2.0.54-10.3
Problem: Cannot browse an image file under a cgi directory.
Reference: http://www.squid-cache.org/~wess
On 2/24/06, Alvaro Listas <[EMAIL PROTECTED]> wrote:
> Problem: Cannot browse an image file under a cgi directory.
> DocumentRoot "/var/www/html"
> AddHandler cgi-script .cgi
> ScriptAlias /squidstats/ "/var/www/html/squid/"
>
> AllowOverride All
> Options ExecCGI
> Order allow,deny
Hey Joshua, you are the guy
That really did the trick.
Thank you very, very much for your help.
Sincerely,
AL
On 2/24/06, Joshua Slive <[EMAIL PROTECTED]> wrote:
> On 2/24/06, Alvaro Listas <[EMAIL PROTECTED]> wrote:
>
> > Problem: Cannot browse an image file under a cgi directory.
>
> > D
It seems I have mod_auth_mysql, but It can't be loaded. The
error mwssage is:
Starting httpd: Syntax error on line 6 of
/etc/httpd/conf.d/auth_mysql.conf:
Cannot load /etc/httpd/modules/mod_auth_mysql.so into server:
object requires: cannot enable executable stack as shared object
requires: Permis
I'd say d/l and compile openssl and install it in /usr/local.
BTW, did someone actually RTFM ???
NOTE: When your system already has OpenSSL installed (for instance some
Linux distributions ship with OpenSSL installed
out-of-the-box) in
system locations you can ignore t
On 2/23/06, Kishore Jalleda <[EMAIL PROTECTED]> wrote:
> Hi all,
> This is my first post to the list, I am currently using version
> 1.3.34 for our websites, I would like to hear about your experiences about
> the 2.0.x versions as they support Multithreading, MPMs, APR, etc,
> specifica
Actually, I speaking of v2.2 of the Mod_Auth_Mysql module, not v2.2 of
Apache. I know the module is obsolete, but the problem is I have legacy code
that uses it that I need to support.
-Original Message-
From: Nick Kew [mailto:[EMAIL PROTECTED]
Sent: Friday, February 24, 2006 3:36 AM
To:
Even though speed might not be a factor in upgrading if you are
using pre-fork and php/mod_perl/etc, at least mod_perl (version2) has
significant
upgrades in how it interacts with apache2 vs. apache1.3.
For me it has impacted speed and size, in that I've been able to
do more with less...
Thanks
Ok, I recompiled and rebuilt apache 2.2 from scratch:
./configure --prefix=/Library/Apache2 --with-perl
--enable-module=shared --enable-mods-shared --enable-speling
--enable-ssl --enable-mods-shared=most --enable-static-support
Running php 4.3.11 if that matters.
Based on the documentation
looking at your configuration script, did you compile apache with php support in the first place, or did you just forget to include it here,
Kishore Jalleda
On 2/24/06, Evan Platt <[EMAIL PROTECTED]> wrote:
Ok, I recompiled and rebuilt apache 2.2 from scratch:./configure --prefix=/Library/Apach
John Riley wrote:
View Source in Mozilla gives only: html - body - /body - /html tags;
there is no other content (though the full page does get served).
What could I have done to the server installation by having that open
quote in PHP?
Found It, finally. Apache had cached the corrupte
At 09:33 AM 2/24/2006, you wrote:
looking at your configuration script, did you compile apache with
php support in the first place, or did you just forget to include it here,
The configure options I used were:
--prefix=/Library/Apache2 --with-perl --enable-module=shared
--enable-mods-shared -
Ok I might be wrong with the compile time option for php because looks like you are loading the modules (php etc) dynamically (DSO), so did you add this line in your httpd.conf to load the php module, and did you compile php with --apache
LoadModule php4_module modules/libphp4.so
Kishore Jalle
At 10:29 AM 2/24/2006, you wrote:
Ok I might be wrong with the compile time option for php because
looks like you are loading the modules (php etc) dynamically (DSO),
so did you add this line in your httpd.conf to load the php module,
and did you compile php with --apache
Ok... I'm a beginne
Evan Platt wrote:
I figured I wouldn't need to reinstall PHP, but I did, and that solved it.
I still get a pop up in Firefox telling me I have chosen to open ''
which is a Application/x-httpd-php .. and what do I want to do with it?
Did you clear the browsers' cache?
--
Robert
-
Hi, I am very new bie to apache and just started maintaining it. I have a perl
script being called when the folowing error is generated. I dont understand
whats going on . it says that Access is denied :dont't know how to spawn child
process. only thing i understood was, apache is trying to create
Hello Everyone,
Once I started the httpd, I tried to visit the website
with http://127.0.0.1/index.html. It showed " It works
".
Then I tried my ipaddress
http://myipaddress/index.html. It showed the following
error message.
You don't have permission to access /index.html on
this server.
Any
Check the directory options in your conf file and the permissions on the
folder containing index.html.
-Jonathan
zhou jian wrote:
Hello Everyone,
Once I started the httpd, I tried to visit the website
with http://127.0.0.1/index.html. It showed " It works
".
Then I tried my ipaddress
http:/
# This should be changed to whatever you set
DocumentRoot to.
#
#
# Possible values for the Options directive are
"None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks
SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named
*ex
The strange thing is that I can access with
http://127.0.0.1/index.html. Does this one related to
firewall?
--- zhou jian <[EMAIL PROTECTED]> wrote:
> # This should be changed to whatever you set
> DocumentRoot to.
> #
>
> #
> # Possible values for the Options directive are
> "None", "Al
Is your firewall blocking port 80?
-Jonathan
zhou jian wrote:
The strange thing is that I can access with
http://127.0.0.1/index.html. Does this one related to
firewall?
--- zhou jian <[EMAIL PROTECTED]> wrote:
# This should be changed to whatever you set
DocumentRoot to.
#
#
# Po
Not at all. I checked the log file. I am running RT in
this httpd. And the RT was installed under /opt/rt3. I
added the configuration below to the httpd.conf. From
the error message in the log file, I found that
"client denied by server configuration:
/opt/rt3/share/html/index.html"
And http://1
Hello,
We run multiple instances of apache 2.0.55 on the same server. Each
instance has it's own IP address.
I have been trying without success to run SSL on more than one instance
at the same time. Usually if I specify the IP in a virtualhost section
of the ssl.conf then the first instance of
Hi all, sorry if this has been asked before, couldn't find
it in the archives. I was curious about why Apache logs
the bytes of the 404 error document to a 404 request in the
log when that is only actually accurate for 404's involving
pages that the browser actually accepts the error document?
For
when you said multiple instances of apache , do you mean two different apache installs in like /usr/local/apache, and /usr/local/apache2 or do you mean just different virtual hosts within the same instance???
Kishore Jalleda
On 2/24/06, John Beck <[EMAIL PROTECTED]> wrote:
Hello,We run multip
With your alias being /rt, you would have to type
http://128.255.163.105/rt to get to that location. Based on the error
message, you might get around this if you alias /opt/rt3/share/html as
the document root.
-Jonathan
zhou jian wrote:
Not at all. I checked the log file. I am running RT i
Thanks for the response. I did use
http://128.255.163.105/rt
to get to that location.
I used /opt/rt3/share/html as the document root. What
does your last sentence mean? Does that mean I can't
alias /opt/rt3/share/html with /rt because that I have
to use that as document root?
--- "Jonathan S. A
We start apache with http-server1.conf then we start anther apache with
http-server2.conf.
We only installed apache in one location /opt/apache2
and start all apache instances out of that directory by copying the
/opt/apache2/bin/apachectl to /opt/apache2/bin/server1_apachectl. At
this point
Thanks a lot to all who helped me.
Here is the solution i found with your support:
# Set up reverse proxy
# needs: mod_proxy
ProxyRequests Off
ProxyPass /folder http://backend-server
ProxyPassReverse /folder http://backend-server
#
# Configuration of acces
You should be able to get to /opt/rt3/share/html from an /rt3 alias, but
if the path of the alias is not relative, shouldn't your alias be
/opt/rt3? I not /opt/rt3, then try adding the 3 to rt3...is that a typo?
-Jonathan
zhou jian wrote:
Thanks for the response. I did use
http://128.255.16
One bewildering observation on a low-traffic, co-hosted account (hence no logs,
& unusual first lines required in .htaccess) by a provider using Apache 1.3.29:
Some directories didn't seem to get the password protection they deserve.
I figured out that the protection on every level in the directo
[EMAIL PROTECTED] wrote:
Apache requires a password on http://site.dom/1/2/3, http://site.dom/1/2
and http://site.dom/1 - however when uploading a different .htaccess that
is supposed to open up (ONLY) http://site.dom/1/2 to the "middle" directory of
/1/2, something unexpected is caused by this /
On 2/24/06, David Hubbard <[EMAIL PROTECTED]> wrote:
> Hi all, sorry if this has been asked before, couldn't find
> it in the archives. I was curious about why Apache logs
> the bytes of the 404 error document to a 404 request in the
> log when that is only actually accurate for 404's involving
>
Can mod_status show the number of pending connections? What should I be
looking for?
Thanks
Khai
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for mo
46 matches
Mail list logo