On 10/9/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
>
> On 10/9/07, j k <[EMAIL PROTECTED]> wrote:
>
> >
> > /etc/init.d/apache2 configtest
> > * Checking Apache Configuration ...
> > * Apache2 has detected a syntax error in your configuration files:
> > Syntax error on line 536 of /etc/apache2/h
On 10/9/07, Chris Arnold <[EMAIL PROTECTED]> wrote:
> I am running apache 2.2.6 on sles10 sp1. We have like 3 vhost and one of
> those i can not, for the life of me, getting it working. The vhost should be
> accessible from demo.mytimewithgod.net but this will always send you to
> mytimewithgod.
On Tue, 9 Oct 2007, Chris Arnold wrote:
>
>ServerAdmin @domain.tld
>ServerName demo.mytimewithgod.net
>DocumentRoot /srv/www/htdocs/demo
>
>ScriptAlias /cgi-bin/ "/srv/www/vhosts/dummy-host.example.com/cgi-bin/"
>
>>I assume you just didn't correct these paths in your example
On Tue, 9 Oct 2007, Chris Arnold wrote:
ServerAdmin @domain.tld
ServerName demo.mytimewithgod.net
DocumentRoot /srv/www/htdocs/demo
ScriptAlias /cgi-bin/ "/srv/www/vhosts/dummy-host.example.com/cgi-bin/"
I assume you just didn't correct these paths in your example to us, or
I am running apache 2.2.6 on sles10 sp1. We have like 3 vhost and one of those
i can not, for the life of me, getting it working. The vhost should be
accessible from demo.mytimewithgod.net but this will always send you to
mytimewithgod.net. Here is the snipit from vhost file:
ServerAdmin @d
On 10/9/07, j k <[EMAIL PROTECTED]> wrote:
>
> /etc/init.d/apache2 configtest
> * Checking Apache Configuration ...
> * Apache2 has detected a syntax error in your configuration files:
> Syntax error on line 536 of /etc/apache2/httpd.conf:
> Invalid command 'Order', perhaps mis-spelled or define
Well weird to me...
I just upgraded to 2.2.6 on a gentoo linux box but it broke my install of
shibboleth ebfore I even restarted the server so I downgraded to 2.0.59-r2
Should have been a slam dunk up and running using the same config files as I
was using for 2.0.58 but it's giving me grief.
Fir
That seems to work a lot better :-)
Chalk one up to acquiring knowledge the hard way.
Sander Temme wrote:
On Oct 9, 2007, at 11:50 AM, Tom Hart wrote:
My apache ver is 2.2.4 and my mod_ssl.so ver is 2.2.3, (any problems
with that? and if so where can I find a win32 compiled version of
mod_s
On Oct 9, 2007, at 11:50 AM, Tom Hart wrote:
My apache ver is 2.2.4 and my mod_ssl.so ver is 2.2.3, (any
problems with that? and if so where can I find a win32 compiled
version of mod_ssl 2.2.4). I used OpenSSL 0.9.8d to create the
certificates.
If you grabbed an httpd from one source, a
"Again, hopefully you didn't mix and match packages, that's badness."
Of course I didn't, ok maybe I did. Here's what happened.
I installed apache from the asf .msi installer for windows (v 2.2.4). I
told it to install ssl support, but it appears that it didn't provide me
with mod_ssl.so. Whil
Tom Hart wrote:
> Hello again everybody. Now that my apache server is successfully
> authenticating with ldap, I'd like to add in ssl support. Using the
> instructions at http://www.neilstuff.com/apache/apache2-ssl-windows.htm
> I was able to get it pretty close, and work through the "spaces in fil
Hello again everybody. Now that my apache server is successfully
authenticating with ldap, I'd like to add in ssl support. Using the
instructions at http://www.neilstuff.com/apache/apache2-ssl-windows.htm
I was able to get it pretty close, and work through the "spaces in file
names" errors and
On 10/9/07, Robert A. Rawlinson <[EMAIL PROTECTED]> wrote:
> Thanks! I found the correct directory for the perl file. Now however
> when it runs it brings up a window which says I have chosen to open a
> file which is a Perl script and offers to open in an editor instead of
> running the script. I
Thanks! I found the correct directory for the perl file. Now however
when it runs it brings up a window which says I have chosen to open a
file which is a Perl script and offers to open in an editor instead of
running the script. I must still have something set wrong. Do you have
any idea which
On 10/9/07, Robert A. Rawlinson <[EMAIL PROTECTED]> wrote:
> I am using Apache2 with Suse 10.2. I think I am doing something wrong in
> my config. I have the perl script in directory
> /usr/www/users/fgames/mufon.com/cgi-bin. When I access the apache
> localhost I get a 404 error. If I did not give
I am using Apache2 with Suse 10.2. I think I am doing something wrong in
my config. I have the perl script in directory
/usr/www/users/fgames/mufon.com/cgi-bin. When I access the apache
localhost I get a 404 error. If I did not give enough info to help
please let me know
Bob R
The permissions
On 10/9/07, Soumendu Bhattacharya <[EMAIL PROTECTED]> wrote:
>
>
>
> Hi,
> I am using apache 2.2.4 with mod_cache along with mod_disk_cache ,
> mod_expires and mod_deflate enabled to cache and compress dynamic content
> served from jboss . I am trying to find a way by which I can debug/monito
thanks it worked.
I have an old apache setup with these under modules/
httpd.exp mod_dav_svn.so
mod_proxy.so
mod_access.so mod_deflate.so
mod_proxy_connect.so
mod_actions.somod_dir.so
mod_proxy_ftp.so
mod_alias.so mod_env.so
* Melanie Pfefer wrote:
> hi,
>
> ./configure --prefix=/usr/local/apache224
> --enable-deflate
>
> however, mod_deflate.so is missing.
>
> What should be done to have this library?
It's built statically. httpd -l should show you mod_deflate.c included.
If you want it built dynamically, use --en
hi,
./configure --prefix=/usr/local/apache224
--enable-deflate
however, mod_deflate.so is missing.
What should be done to have this library?
thx
___
Want ideas for reducing your carbon footprint? Visit Yahoo! For Good
http://uk.
On 10/8/07, DuYushui <[EMAIL PROTECTED]> wrote:
> As you can see, I have to open the actual file before do anything. This
> approach doesn't work if the requested URI doesn't correspond to real file
> in the OS or the request file should be parsed before sending out, such as
> PHP source file. Is
Hi Nick,
Thanks a lot for your advice. Actually I just wanna write my own filter.
Just read the documents you pointed to, seems apache 2.0 has support for filter
API. I think I can make use of it to write my own filter.
Thanks,
Yushui> Date: Tue, 9 Oct 2007 11:30:32 +0100> From: [EMAIL PR
Hi,
I am using apache 2.2.4 with mod_cache along with mod_disk_cache ,
mod_expires and mod_deflate enabled to cache and compress dynamic content
served from jboss . I am trying to find a way by which I can debug/monitor
the cache. I am already seeing disk cache being created and apparently it
In a message dated 2007-10-9 11:43:51 中国标准时间, [EMAIL PROTECTED] writes:
As you can see, I have to open the actual file before do anything. This
approach doesn't work if the requested URI doesn't correspond to real file in
the
OS or the request file should be parsed before sending out, such
On Tue, 09 Oct 2007 10:23:46 +0300
Andres <[EMAIL PROTECTED]> wrote:
> I have problem when I trying to stop httpd server under
> user account. Httpd server won't stop. Is it problen with user
> privileges or what colud be a problem.
It could very well be privileges. Stop it using the same user
t
On Tue, 9 Oct 2007 03:42:54 +
DuYushui <[EMAIL PROTECTED]> wrote:
>
> Hey Experts,User can write content handlers for the Apache
> response phase. My purpose is to write an Apache module to intervene
> all response right before the response write back to client.
Your handler is pretty mu
HTTP 502 means that your proxy cannot connect to the backend. Off hand I cannot
see any reason why it should treat requests from IE6 differently than those
from FF/Safari.
1. Try to access the backend directly and see how it behaves
2. Check your rewrite log
-ascs
-Message d'origine
Hello,
I have an application on an Apache web server that I can see from both
my FF and Safari on Mac, but I get a 502 Proxy Error every time I open
it from an IE6 on a PC.
Is there a problem with my rewrite rule, or am I missing something?
ServerName host.travel
RewriteEngine On
Rew
Hello
I have problem when I trying to stop httpd server under
user account. Httpd server won't stop. Is it problen with user
privileges or what colud be a problem.
Sorry for my bad
english
Best regards
Andres Paju
--
Päevaleht Online loosib välja 40 piletit Sõpr
29 matches
Mail list logo