Thanks Yannik & Sander. I shall check out
those modules. Shall reply for more if needed.
Cheers !!
Warm regards,
Jacky Wong
Sander Temme wrote:
On Apr 23, 2007, at 2:31 AM, Jacky wrote:
In our production environment, we have 2
apache servers firewalled to accept port 80 and 443 on
Hi.
Using Apache 2.0.52 + PHP 4.3.10 on Linux (Fedora Core 2), I get this
error message when accesing my PHP page:
---
Service Unavailable - Zero size object
The server is temporarily unable to service your request. Please try
again later.
Reference #15.21eaaad4.1173400585.294a7ed8
--
I fixed it by restarting Apache, but I'd like to know the reason of this error.
On 4/24/07, thomas Armstrong <[EMAIL PROTECTED]> wrote:
Hi.
Using Apache 2.0.52 + PHP 4.3.10 on Linux (Fedora Core 2), I get this
error message when accesing my PHP page:
---
Service Unavailable - Zero
Dear all, I am eager to know how to get the environment variable
REMOTE_USER of apache 2.
For example, I wrote this php file,
hello
Hello, !
However, it just sent output like this, "Hello, !". I don't know why.
Actually, php work fine with apache in my system
Hi,
Buffalo Dickens wrote:
> Dear all, I am eager to know how to get the environment variable
> REMOTE_USER of apache 2.
>
> For example, I wrote this php file,
>
>
> hello
>
>
>
>
> Hello, !
>
>
>
>
> However, it just sent output like this, "Hello, !". I don
> If on a client I point to this machine, on port 80, and try to hit a URL,
> I get this error
>
> Proxy Error
> The proxy server could not handle the request GET http://www.cnn.com/.
>
> Reason: Host not found
Is DNS working on your proxy machine?
Joost
hi William,
You're right!!
My version is 2.2.3.
I've just installed the IPv6 Stack on windows XP.
Could you help me now?
Thanks
From: "William A. Rowe, Jr." <[EMAIL PROTECTED]>
Reply-To: users@httpd.apache.org
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Apache 2.2.23 with IPV6
Da
Yes, it is.
The proxy machine, my home desktop, has an ADSL connection to the Internet,
which works fine.
The purpose is to connect a laptop, without using wireless, and keeping all
the security levels I have, to avoid "connection sharing".
Luis
-Original Message-
From: Joost de Heer [
Hello,
I have a problem:
I tried to use RewriteRule in a .htaccess file and it does not work. Its
totally ignored by mod_rewrite. And its strange because in the configuration
file of Apache it works.
And I put in the main configuration file:
Options Indexes FollowSymLinks MultiVie
Hi there,
I am relatively newbie to this.
1. Primarily I wanted to know, if it is possible for an apache
(--enable-mods-shared=all --enable-ssl=shared --enable-so) module to
interact with a SSL-enabled MySQL (--with-openssl=)?
2. If yes, then considering that I have got requir
SAVERIO FERRARO wrote:
> hi William,
> You're right!!
> My version is 2.2.3.
> I've just installed the IPv6 Stack on windows XP.
> Could you help me now?
Dunno if anyone else has built httpd/apr for IPv6 as a binary,
I haven't (not for distribution, in any case).
Keep your eyes on the announcemen
My group will need to build such a binary in the not *too* distant
future (e.g. yet this calendar year for sure).
There's a federal mandate to use/procure only IPv6 savvy software
starting in the summer of 2008, so I expect there will be pressure to
have a well-paved IPv6 path (available binar
Hi all,
I am new to apache httpd server. I want to redirect only user logging and
logout logs to a different log file .. not a standard log file.
I know there are some option to be set for getting such kind of logs (e.g.
CustomLog) in httpd.conf file. But I don't know how to use these options for
With luck, this will be as straightforward as installing an IPv6 specific
flavor of APR (and WinNT specific while I'm at it).
Without luck, bleh - we'll see what needs to change in 2.2. I don't have
any plans to build on the 2.0 flavors, so if you plan on adopting IPv6
with httpd, I'd suggest goi
On 4/24/07, rakesh zingade <[EMAIL PROTECTED]> wrote:
Hi all,
I am new to apache httpd server. I want to redirect only user logging and
logout logs to a different log file .. not a standard log file.
I know there are some option to be set for getting such kind of logs ( e.g.
CustomLog) in httpd.
On 4/24/07, uxwrstre <[EMAIL PROTECTED]> wrote:
I tried to use RewriteRule in a .htaccess file and it does not work. Its
totally ignored by mod_rewrite. And its strange because in the configuration
file of Apache it works.
RewriteRule ^/intranet$ /internet [R]
Prefix matching
We have a Web GUI Application for network monitoring. The users accesses
this web GUI using http protocol. The Web GUI provides login prompt at the
start
By entering valid user name and password the users get application Web GUI
window to do their tasks. Whenever a user logged into a Web GUI the r
Hi there,
[I am resending my request as I did not find the earlier sent in the mailing
lists :-( ]
I am relatively newbie to this.
1. Primarily I wanted to know, if it is possible for an apache
(--enable-mods-shared=all --enable-ssl=shared --enable-so) module to
interact wi
On 4/24/07, rakesh zingade <[EMAIL PROTECTED]> wrote:
We have a Web GUI Application for network monitoring. The users accesses
this web GUI using http protocol. The Web GUI provides login prompt at the
start
By entering valid user name and password the users get application Web GUI
window to do
Yes, also found that version at site apache.org is not IP6 enabled... and
docs say it is.
Why can they just have 2 versions IP6 enabled and IP4 enabled?
I have no idea how to compile it for windows... and as a user I dont want
to.
- Original Message -
From: "SAVERIO FERRA
On 4/24/07, thomas Armstrong <[EMAIL PROTECTED]> wrote:
I fixed it by restarting Apache, but I'd like to know the reason of this error.
On 4/24/07, thomas Armstrong <[EMAIL PROTECTED]> wrote:
> Hi.
>
> Using Apache 2.0.52 + PHP 4.3.10 on Linux (Fedora Core 2), I get this
> error message when ac
Hi all,
I have a filesystem with its filenames encoded using ISO-8859-1. The
files are to be accessed by an Httpd 2.0.
As far as I understood Httpd accepts UTF-8 encoded URLs and can use
these URLs to access files (e.g. by an Alias directive). Is it possible
to translate the UTF-8 encoded UR
Running Debian Etch's Apache/2.2.3
I'd like to be able to setup virtual hosts, accessed via subdomains of
freecharity.org.uk for my users. So instead of
http://www.freecharity.org.uk/~james/ they'll be using
http://james.freecharity.org.uk/.
I already have some, statically defined, virtual hosts
On 4/24/07, James Davis <[EMAIL PROTECTED]> wrote:
Running Debian Etch's Apache/2.2.3
I'd like to be able to setup virtual hosts, accessed via subdomains of
freecharity.org.uk for my users. So instead of
http://www.freecharity.org.uk/~james/ they'll be using
http://james.freecharity.org.uk/.
I
Joshua Slive wrote:
> ServerAlias *.freecharity.org.uk
> in the last
That almost did the trick. www. was being served from /var/www/main and
james. from /home/james/public_html/ although some other predefined
subdomains weren't working.
Making sure that this last VirtualHost definition was the
In order to make a virtual domain ONLY serve up a single webapp, I am
trying to use mod_rewrite in it, thus (I replaced all sensitive
information in the stanza below):
ServerName dir.com
JkMount /dirtomcat
JkMount /dir/* tomcat
RewriteEngine ON
RewriteRule !^
I have edited a php webpage in my project folder today so the last modified
date should show tdays date on restarting the server, but when I did that, the
server is still showing the previous date which was sunday 22nd april. I am
only seeing the updated version in the editplus browser. Does
I specifically wants to use my PHP authentication system, with .htaccess to
protect folders.
I would imagine something like:
"|is_authorized.php" returning Allow/Deny inside the .htaccess
how can this be done?
On 4/24/07, Erez Segal <[EMAIL PROTECTED]> wrote:
I specifically wants to use my PHP authentication system, with .htaccess to
protect folders.
I would imagine something like:
"|is_authorized.php" returning Allow/Deny inside the .htaccess
how can this be done?
Not like that, but you can use
The user will still have to login twice...
I'm sure it's possible.
I've seen at http://www.apacheweek.com/features/userauth the following quote:
"It is also possible to have an arbitrary external program check
whether the given username and password is valid (this could be used
to write an interfa
On 4/24/07, Erez Segal <[EMAIL PROTECTED]> wrote:
The user will still have to login twice...
I'm sure it's possible.
I've seen at http://www.apacheweek.com/features/userauth the following quote:
"It is also possible to have an arbitrary external program check
whether the given username and passwo
--- "William A. Rowe, Jr." <[EMAIL PROTECTED]>
wrote:
> You're right - from the log it doesn't appear this
> is the error.
> Is this still as rewriteloglevel 9, or did you back
> it down to 3?
>
> In any case *please* keep this thread on the list.
>
>
>
> Lori Sutton wrote:
> > The output tha
Yes, This is a loglevel of 9.
--- "William A. Rowe, Jr." <[EMAIL PROTECTED]>
wrote:
> You're right - from the log it doesn't appear this
> is the error.
> Is this still as rewriteloglevel 9, or did you back
> it down to 3?
>
> In any case *please* keep this thread on the list.
>
>
>
> Lori Sut
On 4/24/07, Richard Dunne <[EMAIL PROTECTED]> wrote:
I have edited a php webpage in my project folder today so the last modified
date should show tdays date on restarting the server, but when I did that, the
server is still showing the previous date which was sunday 22nd april. I am
only see
On 4/24/07, Joseph Silverman <[EMAIL PROTECTED]> wrote:
In order to make a virtual domain ONLY serve up a single webapp, I am
trying to use mod_rewrite in it, thus (I replaced all sensitive
information in the stanza below):
ServerName dir.com
JkMount /dirtomcat
JkMount /d
On 4/24/07, Naveen Rawat <[EMAIL PROTECTED]> wrote:
1. Primarily I wanted to know, if it is possible for an apache
(--enable-mods-shared=all --enable-ssl=shared --enable-so) module to
interact with a SSL-enabled MySQL (--with-openssl=)?
2. If yes, then considering that I have got required keys/c
Dragon wrote:
> Posting a question to a list like this is a crap shoot. Sometimes you
> win and sometimes you don't.
Hi Dragon,
It looks like this is a bug in the WebJay playlists and is being
worked on by their admins (which also explains the silence here).
I would however like to know if anyon
Sorry for any confusion, I have apache2 installed on my laptop. When I view
the files listed at http://localhost/Project in both IE and firefox, the last
modified date of the file that I edited today shows sundays date, 22nd of
april.
- Original Message
From: Joshua Slive <[EMAIL PR
On 4/24/07, Stefan Wachter <[EMAIL PROTECTED]> wrote:
Hi all,
I have a filesystem with its filenames encoded using ISO-8859-1. The
files are to be accessed by an Httpd 2.0.
As far as I understood Httpd accepts UTF-8 encoded URLs and can use
these URLs to access files (e.g. by an Alias directive
Hi Joshua,
Thanks for the reply.
>> 1. Primarily I wanted to know, if it is possible for an apache
>> (--enable-mods-shared=all --enable-ssl=shared --enable-so) module to
>> interact with a SSL-enabled MySQL (--with-openssl=)?
>>
>> 2. If yes, then considering that I have got required keys/cert
Hey List,
We have Jboss clustered environment with Apache installed on the main
server. For the past few days I've observerd Apache web server going
down couple of times in a week and hence users were not able to login.
I had to restart Apache. I checked the logs and in error_log I found
the foll
Hey List,
We have Jboss clustered environment with Apache installed on the main
server. For the past few days I've observerd Apache web server going
down couple of times in a week and hence users were not able to login.
I had to restart Apache. I checked the logs and in error_log I found
the foll
42 matches
Mail list logo