Thanks, so, i give up my system...The easiest way to do what i want is to use:
1)VirtualHost1 without SSL (http://my.server/)
2)Virtualhost2 with SSL (http://admin.server/ with redirection to
https://admin.server/)
3)A way to redirect webpages from https://localhost:3000/ to
https://admin.server
Hi,
I am new to Apache so please excuse me for asking fundamental question.
I would like to know how is a http message processed by the httpd server. I
have constructed a POST message with the login details for logging in to a
website, I would like to know what are the criteria apart from the
On 19/08/07, Rakesh Agarwal <[EMAIL PROTECTED]> wrote:
> I am new to Apache so please excuse me for asking fundamental question.
> I would like to know how is a http message processed by the httpd server. I
> have constructed a POST message with the login details for logging in to a
> website, I w
Tom Donovan wrote:
Joshua Slive wrote:
How about making a page on wiki.apache.org/httpd/ for that?
Done! http://wiki.apache.org/httpd/Encrypted_Passwords
Thanks Tom, that's excellent. You might like to make it explicit that
the format is detected by inspection of the first part of the stri
Original-Nachricht
Datum: Sun, 19 Aug 2007 01:50:59 -0700 (PDT)
Von: Rakesh Agarwal <[EMAIL PROTECTED]>
An: users@httpd.apache.org
Betreff: [EMAIL PROTECTED] POST message handling
> Hi,
>
> I am new to Apache so please excuse me for asking fundamental question.
> I would like
Hallo httpd users,
Quite some time ago I had an option in my configuration which made
it possible to deny sites when they were listed in a file in the
form:
Deny from aaa.bbb.ccc.ddd
Deny from ppp.qqq.rrr.sss
&c
That option disappeared from my configuration somehow and I ca
Hi Vincent,
Let me tell you the situation I have
The home page of my site has a form for user to login with user login and
passwd. The logic for the "login" is in a file login.php. I do not want this
URL to be visible in the home page as part of the form action because then
anyone could downloa
Hi Jeff,
Maybe this is a bit off-topic, you mentioned that there are ways to prevent
leaking of my source code. If you do not mind can share some of the
methodolgies to prevent the php source code from getting leaked since the URL
which has the php file name needs to be mentioned in the html pa
Original-Nachricht
Datum: Sun, 19 Aug 2007 05:07:23 -0700 (PDT)
Von: Rakesh Agarwal <[EMAIL PROTECTED]>
An: users@httpd.apache.org
Betreff: Re: [EMAIL PROTECTED] POST message handling
> Hi Jeff,
>
> Maybe this is a bit off-topic, you mentioned that there are ways to
> prevent l
Original-Nachricht
Datum: Sun, 19 Aug 2007 15:28:31 +0200
Von: [EMAIL PROTECTED]
An: users@httpd.apache.org
Betreff: [EMAIL PROTECTED] How to deny sites
> Hallo httpd users,
>
> Quite some time ago I had an option in my configuration which made
> it possible to deny sites when
stop spamming m!
> Date: Sun, 19 Aug 2007 14:25:54 +0200> From: [EMAIL PROTECTED]> To:
> users@httpd.apache.org> Subject: Re: [EMAIL PROTECTED] How to deny sites> > >
> Original-Nachricht > Datum: Sun, 19 Aug 2007 15:28:31 +0200>
> Von: [EMAIL PROTECTED]> An: users@h
Original-Nachricht
Datum: Sun, 19 Aug 2007 14:27:02 +0200
Von: jake borg <[EMAIL PROTECTED]>
An: users@httpd.apache.org
Betreff: RE: [EMAIL PROTECTED] How to deny sites
>
> stop spamming m!
>
mhh?who spam you?I just replied to this list with normal way.If you don't
how do i remove these msgs from ending up in my email ?> Date: Sun, 19 Aug 2007
14:30:00 +0200> From: [EMAIL PROTECTED]> To: users@httpd.apache.org> Subject:
Re: RE: [EMAIL PROTECTED] How to deny sites> > > Original-Nachricht
> Datum: Sun, 19 Aug 2007 14:27:02 +0200> Von: jake
Original-Nachricht
Datum: Sun, 19 Aug 2007 14:31:10 +0200
Von: jake borg <[EMAIL PROTECTED]>
An: users@httpd.apache.org
Betreff: RE: [EMAIL PROTECTED] How to deny sites
> how do i remove these msgs from ending up in my email
To unsubscribe, send a messages to [EMAIL PROTECTED]
I've been re-reading the manual to try to gain a better understanding of
filters and handlers, specifically the difference between the two.
The reason being -
by default, the PHP interpreter is called as a handler (a typical
config: "AddHandler application/x-httpd-php .phtml". By implementatio
From: "Joshua Slive" <[EMAIL PROTECTED]>
Reply-To: users@httpd.apache.org
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Mod Rewrite Help
Date: Fri, 17 Aug 2007 09:58:12 -0400
On 8/17/07, wi <[EMAIL PROTECTED]> wrote:
> You'll need to configure a virtual host listening to the 8765 inte
On 8/19/07, Per Jessen <[EMAIL PROTECTED]> wrote:
> I've been re-reading the manual to try to gain a better understanding of
> filters and handlers, specifically the difference between the two.
>
> The reason being -
>
> by default, the PHP interpreter is called as a handler (a typical
> config: "A
> how do i remove these msgs from ending up in my email ?
In order to only see responses posted in the NNTP server and not receive e-mail
responses, some prep is necessary. I set up an e-mail account specifically and
exclusively for gmane, then set filters to only accept mail from the gmane
domain
Hello,
I am using Apache2.2.0 on FreeBSD 6.1 release. I would like to start apache
and htcacheclean automatically when the server boots.
In /usr/local/etc/rc.d/ there is only apache22.sh.
How can I add htcacheclean.sh ?
To start apache automatically, I did the following.
RUN kldlo
Hallo Jeff,
Op zondag 19 augustus 2007 schreef Jeff Peng aan users@httpd.apache.org:
>> Quite some time ago I had an option in my configuration which
>> made it possible to deny sites when they were listed in a file
>> in the
>> form:
>> Deny from aaa.bbb.ccc.ddd
>> Deny fr
On 8/19/07, [EMAIL PROTECTED]
<[EMAIL PROTECTED]>
> >> Deny from aaa.bbb.ccc.ddd
> >> Deny from ppp.qqq.rrr.sss
> I did look at that, but that doesn't seem to give an answer to my
> question.
> The sites I want to deny access are listed in a file.
> I used too have a configuratio
On 8/18/07, Mario Herrera <[EMAIL PROTECTED]> wrote:
>
> I have this configuration:
>
> ServerName cid.ulatina.com
>
>
> Order deny,allow
> Allow from all
>
>
> ProxyPass / http://www.mdconsult.com/
> ProxyPassReverse / http:
On Sun, 19 Aug 2007 15:28:31 +0200, [EMAIL PROTECTED] wrote:
> Hallo httpd users,
>
> Quite some time ago I had an option in my configuration which made
> it possible to deny sites when they were listed in a file in the
> form:
> Deny from aaa.bbb.ccc.ddd
> Deny from ppp.qqq.rrr.sss
On 8/19/07, Jack Stone <[EMAIL PROTECTED]> wrote:
> I've wondered if is is necessary to use the RewriteEngine every time another
> redirect set is used like this for example:
This is one of those questions that I wonder why you bother asking.
Why not just try it and see if it works.
But anyway,
Hello,
On FreeBSD release 6.1,
I configured apache 2.2.4 with all modules and installed.
I would like to start apache when PC boots up. How can I do it ?
rgds,
galaxy
-
Shape Yahoo! in your own image. Join our Network Re
On Sun, 19 Aug 2007, Galaxy Virus wrote:
Hello,
On FreeBSD release 6.1,
If you installed it from FreeBSD ports, set "apache22_enable=YES" in
/etc/rc.conf.
If you didn't install it from Ports -- grab the FreeBSD RC script from:
http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/apache22/fil
Thank you so much. But could you please answer me more precisely 'coz I am very
newbie in apache on FreeBSD.
- I gave file name as apache22.sh ( Although my apache folder name is
/usr/local/apache2 ).
- And I put apache22_enable="YES" in /etc/rc.conf
After rebooting, I didnt find httpd.
Right the RC script framework expects $LOCALBASE = /usr/local. I haven't
looked but you'll need to set:
command="%%PREFIX%%/sbin/httpd"
Actually ports regex replacecs %%PREFIX%% to $LOCALBASE. If you do the
same, in theory you'll be okay. ~BAS
On Sun, 19 Aug 2007, Galaxy Virus wrote:
I couldnt. Although I replaced the necessary path for every PREFIX, httpd
didnt wakeup when server boots up. :(
"Brian A. Seklecki" <[EMAIL PROTECTED]> wrote:
Right the RC script framework expects $LOCALBASE = /usr/local. I haven't
looked but you'll need to set:
command="%%PREFIX%%/sbi
Hallo Joshua,
Op zondag 19 augustus 2007 schreef Joshua Slive aan users@httpd.apache.org:
>> The sites I want to deny access are listed in a file. I used too
>> have a configuration so that that file was somehow included in the
>> httpd.conf. But that disappeared and I don't remember how to do
1. The client can't be modified.
2. The client doesn't send "Expect".
3. The client claims to use HTTP1.1 (but ironically doesn't support 100
contine!)
Will apache still send random 100 continues? IIS does that. The RFC 2616
seems to allow it.
So if apache does send 100 continue without Expects',
Jimmy Lee wrote:
1. The client can't be modified.
2. The client doesn't send "Expect".
3. The client claims to use HTTP1.1 (but ironically doesn't support 100
contine!)
Will apache still send random 100 continues? IIS does that. The RFC 2616
* Jimmy Lee wrote:
I'm working with some devices
Hmmm, I'll try that and test it with the client.
Thanks Tom!
-Original Message-
From: Tom Donovan [mailto:[EMAIL PROTECTED]
Sent: Monday, 20 August 2007 11:16 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] suppressing HTTP 100 continue
Jimmy Lee wrote:
> 1. The client can'
Hello,
At last, I installed apache2.2.0 using ports on FreeBSD release 6.1. I found
apache22.sh in /rc.d. but not htcacheclean.sh.
So I added 'LoadModule proxy_module libexec/apache22/mod_proxy.so' in
httpd.conf.
But when I start httpd, I got this error. httpd:
Syntax error on line 7
34 matches
Mail list logo