Given the e-mail address of the original poster, I assume he is setting up an
Apache server in a professional context, and I would be very much surprised if
the provider did any kind of filtering. Chances are that they are their own
provider anyway...
It is much more likely he needs to talk to
yes ftp cannot be proxied easily. once a control connection is
established (that is on port 21), information is exchanged as to which
ports will be used to transfer the data. the mod_proxy/mod_proxy_ftp
modules respond in http format to ftp requests. that is they process the
ftp request interna
On 5/9/06, Bill Angus <[EMAIL PROTECTED]> wrote:
Does anyone know where the best instructions are for setting up a build of
the most recent 2.2 distro of Apache, mod_perl, and other modules on a
windows environment?
e.g. I found that the instructions on apache.org refer to cvs -- but the
develo
Hey Folks,
I'm using the proxy module, and I've run into one of those weird cases
as described in the documentation where the ProxyPreserveHost
Directive needs to be set true. (voicexml app) What it doesn't seem to
do (nor should it on it's own) is preserve the correct port address on
the request
Hi all,
I'm an apache newbie, and I'm currently writing a new output filter.
I'm interested in accumulating a full response in the filter, before I
modify the data. I am aware of the performance implications, but it's
something I must do in order to manipulate the content correctly. I
should also
I found out that the case when the variable was actually set in the SSI
document only occured when index.shtml was rewritten to itself.
Adding a "RewriteCond %{REQUEST_URI} !^/2005/index.shtml$" prevents this and
the problem persists regardless of the file extension. :-(
I'd appreciate any hint
Does anyone know where the best instructions are
for setting up a build of the most recent 2.2 distro of Apache, mod_perl,
and other modules on a windows environment?
e.g. I found
that the instructions on apache.org refer to cvs -- but the development group is
using subversion. I got the
Hi,
I'm trying to set an environment variable with a RewriteRule for later use in
a SSI document using this directive in a .htaccess file (the full file is
attached below):
RewriteRule ^(.+)\.html$ index.shtml [E=TEST:$1,L]
Alltough the rewritelog file says "setting env variable 'TEST' to 'org
Rajat Sharma wrote:
Creating of configuration such as below is fine. ButIs above to be put in
httpd.conf or .httpaccess or in completely new filemod_rewrite.conf
RewriteEngine on
RewriteBase/~quux/
RewriteRule^foo$ foo/ [R]
///
Are you using a seperate configuration file for your
SSL instance?
Let's start with a couple of basic things.
1) Do you have the SSL configuration between tags?. If so, what is your set to in this
case?
2) SSLCertificateFile and SSLCertificateKeyFile point
to valid files right? Can you do
Hi Group,
I am trying to get a web service(SOAP) running on apache 2.0.52. I get
the error message:
SoapFault exception: [HTTP] Error Fetching http headers
From what I can find on google it is most likely because Apache is
blocking the user agent "PHP-SOAP/php-version". Where do I look in t
Creating of configuration such as below is fine. ButIs above to be put in
httpd.conf or .httpaccess or in completely new filemod_rewrite.conf
RewriteEngine on
RewriteBase/~quux/
RewriteRule^foo$ foo/ [R]
/
thanks for the quick response. I got the DirectoryIndex straightened upI
will work on the redirect.
-Original Message-
From: Boyle Owen [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 09, 2006 11:42 AM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] Apache Mode_rewrite query :
> -Original Message-
> From: Rajat Sharma [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 09, 2006 5:33 PM
> To: Httpd (E-mail)
> Subject: [EMAIL PROTECTED] Apache Mode_rewrite query : Newbie question
>
> HI,
>
> I am a newbie at apache. If I want to get my site redirected
> from http://
HI,
I am a newbie at apache. If I want to get my site redirected from
http://abc:6060 to http://abc:6060/alpha/beta.php, I should be using
mod_rewrite. But what all do I need to do it, exact format and configuration
setup.
Also, if I want beta.php to behave same as index.html, then what should
Bill Angus wrote:
Anybody know the proper install for PHP5 under Apache 2.2 for Windows? I
had to comment out my PHP installation line in config...
#LoadModule php5_module "C:/Php/php5apache2.dll"
The line worked fine in config file for apache 2.0.55.
*Read* release notes/announcements care
Hello everyone,
I have a virtual host that needs to proxy ftp. The config for it
is:
ServerAdmin
ServerName :9982
LogFormat "%t %h %{Host}i \"%r\" %s %B" ftpcommon
CustomLog logs/9982_access.log ftpcommon
ProxyRequests On
The problem is that when clients try active ftp conn
I assume 81.227.242.105 is your public ip address your ISP might be blocking port 80 so you need to open your httpd.conf and change the following some other ports beside 80 maybe 8080 or something else: # Change this to Listen on specific IP addresses as shown below to# prevent Apache from glo
On Tue, May 09, 2006 at 03:11:34PM +0200, Linuks pytania wrote:
> I want ask you: will Apache 2.2 work with 64bit extensions as Intel
> Xeon EM64T offerings?
Yes, though only if you're running a 64-bit kernel and have the 64-bit
build environment, which in the Debian/Ubuntu case means installing
Dave Floyd wrote:
> 2.0.58 has been released to cure some deficiencies in 2.0.55
> anyway so I suggest downloading:
> http://www.apache.org/dist/httpd/httpd-2.0.58.tar.gz and compiling
> from scratch. Then check the README file to find the reccomended
> version of GCC to use.
>
I have sugges
> -Original Message-
> From: Linuks pytania [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 09, 2006 3:12 PM
> To: users@httpd.apache.org; [EMAIL PROTECTED]
> Subject: Re: [EMAIL PROTECTED] Apache on Intel platform with EM64T - how?
>
> >> On Tue, May 09, 2006 at 01:30:40PM +0200, Linuks p
On 5/9/06, Bill Angus <[EMAIL PROTECTED]> wrote:
Anybody know the proper install for PHP5 under Apache 2.2 for Windows? I had
to comment out my PHP installation line in config...
#LoadModule php5_module "C:/Php/php5apache2.dll"
If present, this line raises a spurious error message telling me t
>> On Tue, May 09, 2006 at 01:30:40PM +0200, Linuks pytania wrote:
> > We want use Debian Linux 3.1r2 and Apache 2.2 from source. The
> > machine (server) is Intel 2400 with 2 Xeon dual-core with HT and
> > EM64T.
> >
> > Will Apache work on this?
>
I want ask you: will Apache 2.2 work with
No need to reinstall Apache. This is only a configuration issue.
You need to tell Apache where to find the
- Server certificate
- Private key associated with the server certificate
- CA Certificate
>From your httpd.conf file, you probably include a configuration file called
>ssl.conf. This incl
See the note from philip at:
http://www.php.net/manual/en/install.windows.apache2.php
belia
- Original Message -
From:
Bill
Angus
To: users@httpd.apache.org
Sent: Tuesday, May 09, 2006 12:25
Subject: [EMAIL PROTECTED]
php5apache2.dll
Anybody know the prope
Noah White wrote:
> I'm looking for feedback on any experience people have had with this
> configuration. Thanks,
Any specific reason why you're not using native ajp proxying (ProxyPass /
ajp://tomcathost:ajpport/)?
Joost
-
The
Thanks Richard,
I appreciate that you took the time to answer. So far you are the
only one. This installation is on RedHat Enterprise Linux4 and
Apache2.0 and I have tried the Key-Certificate generation
instructions detailed in the System Administration Guide Ch.
26.6-26.8,
I tried the free
On Tue, May 09, 2006 at 01:30:40PM +0200, Linuks pytania wrote:
> We want use Debian Linux 3.1r2 and Apache 2.2 from source. The
> machine (server) is Intel 2400 with 2 Xeon dual-core with HT and
> EM64T.
>
> Will Apache work on this?
Yes
> How to reach the maxiumum performance?
That very mu
Hello friends
We want use Debian Linux 3.1r2 and Apache 2.2 from source. The
machine (server) is Intel 2400 with 2 Xeon dual-core with HT and
EM64T.
Will Apache work on this? How to reach the maxiumum performance?
-
The offi
>reverse proxy) and that mirror.some.org just doesn't understand
>https...
does
ProxyPass /foo http://mirror.some.org/foo
result in an access to https://mirror.some.org/foo when using
https://host/foo/whatever? Or is the proxy still using http?
regards
Heiner
--
On Tuesday 09 May 2006 13:02, Boyle Owen wrote:
> This is nothing to do with your config... The problem is that the script is
> not working. Check out http://httpd.apache.org/docs/2.2/howto/cgi.html but
> probably you are not sending a proper CGI header before the data...
I just figured that out f
On Tue, May 09, 2006 at 12:45:59PM +0200, Bjørge Solli wrote:
> VirtualDocumentRoot /srv/www/vhosts/%0/docs
> VirtualScriptAlias /srv/www/vhosts/%0/cgi-bin
>
> The virtual docs is working as expected, but I cannot get the cgi-bin to work
> properly. It now looks in the correct dir, but I get a
Krishna,
Use GNU make. Set your path so the GNU make is before the solaris make.
Having said that the much better option would be to download gcc from
www.sunfreeware.com and the latest source from apache.org and compile with
your specific options in configure. Of course use GNU make for this a
> -Original Message-
> From: Bjørge Solli [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 09, 2006 12:46 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] VirtualScriptAlias
>
> I have this in my config:
>
> VirtualDocumentRoot /srv/www/vhosts/%0/docs
> VirtualScriptAlias /srv
I have this in my config:
VirtualDocumentRoot /srv/www/vhosts/%0/docs
VirtualScriptAlias /srv/www/vhosts/%0/cgi-bin
The virtual docs is working as expected, but I cannot get the cgi-bin to work
properly. It now looks in the correct dir, but I get a Server Error:
Premature end of script headers:
Anybody know the proper install for PHP5 under
Apache 2.2 for Windows? I had to comment out my PHP installation line in
config...
#LoadModule php5_module
"C:/Php/php5apache2.dll"
If present, this line raises a spurious error
message telling me that Apache cannot load the module due to
"fi
Hi,
I downloaded a copy of the same file that you started with.
On looking inside the config.log file, one of the first lines gives
the architecture that it was compiled with:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a
If this is really an issue, you could write a script (using curl) that requests
all of the images through you caching (reverse?) proxy in order to prime the
cache...
-ascs
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 09, 2006 3:36 AM
T
On 5/9/06, Amthauer, Heiner <[EMAIL PROTECTED]> wrote:
Hi,
I've searched the archives and google and found lotsa postings about
SSL-proxy. However, this is not an issue of SSL-proxy. Actually, it
should'nt be an issue at all. Nonetheless, it doesn't work properly.
Here ist what I'm doing:
(A
On 5/7/06, Ron Arts <[EMAIL PROTECTED]> wrote:
thanks for the tip. I did that and it showed that the proxying worked,
but the remote server threw me a redirect, and my browser followed that
and ended up bypassing the reverse proxy!
Another tip: Get Firefox (if you haven't got it allready) and
You'll find a tutorial on CGI here:
http://httpd.apache.org/docs/2.0/howto/cgi.html
-ascs
-Original Message-
From: Broun Emmanuel [mailto:[EMAIL PROTECTED]
Sent: Monday, May 08, 2006 9:38 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Running Batchfiles
Please help me ho
Title: Using ProxyPass with ssl/non-ssl (Apache 1.3)
Hi,
I've searched the archives and google and found lotsa postings about SSL-proxy. However, this is not an issue of SSL-proxy. Actually, it should'nt be an issue at all. Nonetheless, it doesn't work properly.
Here ist what I'm doing:
On 5/8/06, David Blomstrom <[EMAIL PROTECTED]> wrote:
This is the rewrite rule for my Reference section, which works:
RewriteRule ^Reference/([a-zA-Z0-9()_/-]+)/?$ Reference/index.php?ref=$1
[L]
I'd like to also create a similar Glossary section, like this:
RewriteRule ^Glossary/([a-zA
What do you expect Reference/Glossary should be rewritten to ?
As far as I can tell from your rewrite rules, Reference/Glossary and
Reference/Glossary/ should be rewritten into Reference/index.php?ref=Glossary.
If that is not the case, you should turn on the rewrite logs at a log level of
at
Hi,
I am installing as user root only. Hence I have the permission.
Please suggest.
Regards,
On 5/9/06, Dave Floyd <[EMAIL PROTECTED]> wrote:
Hi Well that definitely looks like a source directory, sodisregard my previous note. From your first mail, the first error
seems to be that it did
Hi
Well that definitely looks like a source directory, so
disregard my previous note. From your first mail, the first error
seems to be that it didn't create a file under /tmp. does your user
have adequate permissions to access the directory?
rgds
These are the files available in the htt
> -Original Message-
> From: DW [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 09, 2006 9:12 AM
> To: Boyle Owen
Please don't mail me directly. All correspondance should go through the list...
> Subject: RE: [EMAIL PROTECTED] Implementing Password protected folders
>
> Hi boyle,
> Ac
On Tue, May 09, 2006 at 02:17:09PM +0530, Krishna Mondal wrote:
> These are the files available in the httpd-2.0.55 directory.
>
> Hence i feel its source package only.
I doubt that:
> -rw-r- 1 1007 104 1921 Oct 10 2005 README.bindist
> -rw-r- 1 1007 104 814
> -Original Message-
> From: Nils-Börje Eklöf [mailto:[EMAIL PROTECTED]
> Sent: Monday, May 08, 2006 8:12 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Next Newbee Question - Can´t access
> host from outside firewall...
>
> Hope someone can consider this question
>
> When
These are the files available in the httpd-2.0.55 directory.
Hence i feel its source package only.
Please suggest.
-rw-r- 1 1007 104 16114 Nov 24 2004 libhttpd.dsp-rw-r- 1 1007 104 367 Nov 24 2004 emacs-style-rw-r- 1 1007 104 10943 Nov 24
On Tue, May 09, 2006 at 01:55:33PM +0530, Krishna Mondal wrote:
> I got it from http://www.apache.org/dist/httpd/binaries/solaris/ location.
So Dave is right. See his answer.
Rainer
I got it from http://www.apache.org/dist/httpd/binaries/solaris/ location.
On 5/9/06, Rainer Sokoll <[EMAIL PROTECTED]> wrote:
On Tue, May 09, 2006 at 12:59:52PM +0530, Krishna Mondal wrote:> 1. FTPed the httpd-2.0.55-sparc-sun-solaris2.8.tar.gz
atWhere did you get this from? Sounds to me like a S
Hi,
The name rather gives away the fact that this looks like a
precompiled solaris 8 pkgadd format install. As you have uncompressed
it into /export/home/netiq/apache55inst/, and it has given you a
sub-directory "httpd-2.0.55", it would be installed by:
cd /export/home/netiq/apache55
On Tue, May 09, 2006 at 12:59:52PM +0530, Krishna Mondal wrote:
> 1. FTPed the httpd-2.0.55-sparc-sun-solaris2.8.tar.gz at
Where did you get this from? Sounds to me like a Solaris pkg, not the
source package.
Rainer
-
The offic
I've just installed the windows release of Subversion 1.3.1 and I'm
having trouble trying to load the mod_dav_svn.so and mod_authz_svn.so
modules in Apache 2.2.2 - has anyone else hit this problem...
Is there a resolution?
Cheers,
Paul
*
Paul J. Durack
PhD Ca
Hi,
I am trying to install apache2.0.55 on Solaris8 sparc machine.
These are the steps i followed.
1. FTPed the httpd-2.0.55-sparc-sun-solaris2.8.tar.gz at /export/home/netiq/apache55inst2. >cd /export/home/netiq/apache55inst>gunzip httpd-2.0.55-sparc-sun-solaris2.8.tar.gz . (Got the httpd-2.0.5
56 matches
Mail list logo