I am running Apache 2.0.55 with mod_perl 2.0.1 and Perl 5.8.1 on a Sun
Solaris machine. We would like to do http authentication via our ldap
server so we need to install mod_auth_ldap.
The instrictions I found for installing mod_auth_ldap
(http://www.muquit.com/muquit/software/mod_auth_ldap/mod_aut
On 12/12/06, Nathan Kellogg <[EMAIL PROTECTED]> wrote:
We have open ssl running fine on Apache 2.2.3.
A separate virtual host is defined for both the :80 port and for :443
In order that the .../secure/... directory be handled exclusively by the
SSL host, we have :
See:
http://wiki.apache.org/
Greetings:
A simple question!
I have a production system running Apache 2.2 over a SLES10 linux operating
system.
I have made changes to the SSL links in a virtual host that is running on the
server.
Is there a way to activate these changes without doing an rcapache2 stop &
reapache2 start?
On 12/13/06, Roger Hendrix at Baldor-IS <[EMAIL PROTECTED]> wrote:
Greetings:
A simple question!
I have a production system running Apache 2.2 over a SLES10 linux operating
system.
I have made changes to the SSL links in a virtual host that is running on the
server.
Is there a way to activa
Hi,
I have perl 5.6.1 and mysql 5.0.24 installed and the following perl script
works fine from command line, but not working when I run from the IE browser:
#!/usr/local/bin/perl
use DBI;
use CGI qw(:standard);
use CGI::Carp 'fatalsToBrowser';
use strict;
print header;
print st
My suggestion:
ServerName your_server
ServerAdmin [EMAIL PROTECTED]
# don't loose time with IP address lookups
HostnameLookups Off
# needed for named virtual hosts
UseCanonicalName Off
#
RewriteEngine On
RewriteRule ^/(.*)$ https://%{HTTP_HOST}/$1
RewriteLog /var/lo
It looks like your MySQL client library isn't installed properly, or
else require some special odd permissions.
Did you recently change anything in your server MySQL setup?
Can you run the Perl script on the server as the same user Apache runs as?
Finally, just to be absolutely sure - when you say
--- Joshua Slive <[EMAIL PROTECTED]> wrote:
> On 12/13/06, Roger Hendrix at Baldor-IS
> <[EMAIL PROTECTED]> wrote:
> > Greetings:
> >
> > A simple question!
> >
> > I have a production system running Apache 2.2 over
> a SLES10 linux operating system.
> >
> > I have made changes to the SSL links i
Issac,
Thanks for your quick reply. This installation are all new in my server.
I can run the script as any user as long as I set the LD_LIBRARY_PATH to
/usr/local/mysql/lib/mysql path, w/o this LD set, i got same error as show up
on the web site.
So I am not sure how to set the LD
You *could* use the SetEnv directive in httpd.conf to set Apache's
environment variables. However, there's a better solution:
I'm not sure how it works on Solaris, but on Linux, you can edit the
file /etc/ld.so.conf and add /usr/local/mysql/lib/mysql to it. Once
it's added run /sbin/ldconfig (op
Hello,
is is possible to define a template for a vhost config entry and use this
template in other entries.
For example I have the template:
ServerName $SERVER_NAME
ServerAlias *.$SERVER_NAME $MORE_ALIASES
DocumentRoot /home/$DIR/http/pub
CustomLog /home/$DIR/htt
I have httpd 2.2 / windows xp
My cgi program (ansi c) is failing to echo arguments from an xhtml
form. Thinking this is common. Can anyone point to common
configuration errors which would result in something like this.
The resulting web page says: "(null)"
* the form is sending correctly usi
This question is best suited towards the community behind the LDAP
libraries or the LDAP authentication module you are speaking about.
However, it's a pretty easy guess you are speaking about OpenLDAP, which
is distributed as a single tarball of code for the libraries, command
line tools, and serv
David Scott wrote:
Nope, this simply does not work for me. Here is the latest httpd.conf
snippet:
Listen 3002
Alias /static /home/david/pix/html/static
DocumentRoot /home/david/pix/html
SetHandler default
Options +Indexes
Order allow,deny
Allow from all
On 12/13/06, David Scott <[EMAIL PROTECTED]> wrote:
David Scott wrote:
Nope, this simply does not work for me. Here is the latest httpd.conf
snippet:
Listen 3002
Alias /static /home/david/pix/html/static
DocumentRoot /home/david/pix/html
SetHandler default
Options
On 12/13/06, David Scott <[EMAIL PROTECTED]> wrote:
David Scott wrote:
Nope, this simply does not work for me. Here is the latest httpd.conf
snippet:
Listen 3002
Alias /static /home/david/pix/html/static
DocumentRoot /home/david/pix/html
Try to replace your tags with tags lik
It was thus said that the Great michaeljay once stated:
> I have httpd 2.2 / windows xp
>
> My cgi program (ansi c) is failing to echo arguments from an xhtml
> form. Thinking this is common. Can anyone point to common
> configuration errors which would result in something like this.
> The resu
Yup, that did the trick.
I got into this predicament in the first place because I was trying to
set up a default-content "hole" in a vhost served by mod_perl. That's
where the "SetHandler default" directive came from (it works for static
content like images and JavaScript). But when I set up
Problem on one server with php... php test file in doc root works well
and returns variables, status, etc... But when trying to open a php
under a subdir, the client browser will attempt to download the file.
I post here since php(4) is working, so I think it's an Apache config
issue.
There are a
I will be out of the office starting 12/13/2006 and will not return until
12/14/2006.
Thank you for your email. I will be out of the office Wednesday, December
13. I will return Thursday and reply to your email at that time.
I am using mod_proxy_balancer to balance Mongrels in localhost. I am
putting lines like
ProxyPass /images/ !
to let Apache serve static files, but that couples the config with
the application layout. I would prefer to be able to simply say:
if file exists
let Apache send it
other
I have a 401 error on a directory redirect to a local file...
It seems to work fine on most browsers I've tested so far EXCEPT safari...
Anyone else have this problem?
Any ideas?
Thanks!
I'm running an Apache server on a FreeBSD server with 494 MB of RAM and an
Intel Celeron 2.4 GHz CPU.
A recent surge of traffic to my PHP site has been causing the server to come
to its knees.
The first symptom is that the server won't return my page when I access it
through the browser. The conn
I was wondering If you were from New Orleans
[EMAIL PROTECTED]
It is been a while since I last worked on FreeBSD but if I recall correctly:
'lockf' - sleeping on a flock() or fcntl() equivalent on some file fd somewhere.
'sbwait' - socket buffer wait - a wait due to recv or send buf size
for socket fds'.
Attaching a gdb on such child pids and g
Andrew,
Either remove
SetOutputFilter PHP
SetInputFilter PHP
LimitRequestBody 524288
or
AddType application/x-httpd-php .php # for PHP 4
You can't have both. (My personal recommendation is to get rid of the Files
directive)
On 12/13/06, Andrew Long <[EMAIL PROTECTED]> w
What version of gdbm is installed? Was it perhaps removed in a clean up of
the machine? I know under Debian deborphan always wants to remove
libgdbm-dev
On 12/12/06, K. Clair <[EMAIL PROTECTED]> wrote:
Hi,
I'm trying to upgrade apache from 2.0.55 to 2.0.59. We have a
standard configure line t
27 matches
Mail list logo