Hi
We had a server with Apache 1.3 running. We recently upgraded it to
Apache 2.0. After this we can see many html pages with junk characters
in them. It appears as question marks in IE , diamond symbols in
mozilla.
Can anyone point me where to look?
-- Warm Regards~~~Vinayak
Dear valued PayPal
member:It has come to our attention that your
PayPal account information needs to beupdated as part of our continuing commitment to protect your account and toreduce the instance of fraud on our website. If you could please take 5-10 minutesout of your online experience and
Hi,
In case anyone ever runs across something like this before, I've figured
this out.
I had SSL configured on this Apache, and I didn't realize that there was
a setup there (probably the default), and there was a
TransferLog directive there for "access_log".
The probably is also why nothing w
Hi,
Does the httpd.default.conf that comes with Apache not work for you?
If not, here's link for building a "minimal" httpd.conf for Linux:
http://www-uxsup.csx.cam.ac.uk/~jw35/courses/apache/html/c486.html
Hope that helps...
Jim
Dana Marshall wrote:
>
> I'm looking for a BLANK config file
I'm looking for a BLANK config file for Apache 2. I have had no luck
with the version of Apache that I have (got it from a book on Apache.
I'm trying to set up Apache for multiple domain names and also as a
front door for WinServer.
I've got the WinServer addins, but I still need the basic con
Hi,
I am running Apache 2.0.50 on Windows 2000.
In my httpd.conf, I have:
CustomLog logs/access.log combined
But, I noticed that Apache is writing access entries into the
logs\access_log file, and nothing is being written to the
logs\access.log file.
The reason that I noticed this is I've be
Hi,
We're having a problem on an Apache 1.3.x server running on Solaris 9.
>From what I can tell thus far, I think that the problem is related to a
3rd party module that we are trying to integrate to provide single
sign-on (SSO) among our servers. This server also has a J2EE container
(OC4J) "be
Title: Install http
When I do a make on http-2.0.54 I get the following error:
I am configuring with LDFLAGS="-lresolv" \
./configure --enable-modules=so --enable-ssl
--with-ssl=/usr/local/ssl/include
ssl_engine_pphrase.c:684: error: for each function it appears in.)
*** Error code 1
make:
Aaron, what are the two threads? I know the linux ver just has a parent
thread and then new children thread are created as needed or whatever,
how is the win version different?
The windows version also runs under just 2 threads. All the responsesare under a single PID, which can be an issue a you
On 8/12/05, Florian Konnertz <[EMAIL PROTECTED]> wrote:
> 2005/8/12, Joshua Slive <[EMAIL PROTECTED]>:
> > On 8/12/05, Florian Konnertz <[EMAIL PROTECTED]> wrote:
> > > 2005/8/12, Joshua Slive <[EMAIL PROTECTED]>:
> > > > On 8/12/05, Florian Konnertz <[EMAIL PROTECTED]> wrote:
> > > > > Hi apache u
2005/8/12, Joshua Slive <[EMAIL PROTECTED]>:
> On 8/12/05, Florian Konnertz <[EMAIL PROTECTED]> wrote:
> > 2005/8/12, Joshua Slive <[EMAIL PROTECTED]>:
> > > On 8/12/05, Florian Konnertz <[EMAIL PROTECTED]> wrote:
> > > > Hi apache users,
> > > >
> > > >
> > > > error_log:
> > > > [Fri Aug 12 13:04
Actually I just realized, I've got one more question. How does this
all work with DNS? Is Wildcard DNS the best approach? B/C i'm assuming
DNS isn't gonna have a clue what the IP is going to be for say
user1.mysite.com...
On 8/12/05, brian papa <[EMAIL PROTECTED]> wrote:
> Excellent Noah, it worke
On 8/12/05, Florian Konnertz <[EMAIL PROTECTED]> wrote:
> 2005/8/12, Joshua Slive <[EMAIL PROTECTED]>:
> > On 8/12/05, Florian Konnertz <[EMAIL PROTECTED]> wrote:
> > > Hi apache users,
> > >
> > >
> > > error_log:
> > > [Fri Aug 12 13:04:59 2005] [error] [client 65.214.44.128] (13)Permission
> > >
I'm not sure what you mean exactly by 'security' but if you mean
authentication
There are not many authentication modules that will work on windowz. I
had to end up using mod_auth_dbm, an old flat files auth mod.
The windows version also runs under just 2 threads. All the responses
are unde
2005/8/12, Joshua Slive <[EMAIL PROTECTED]>:
> On 8/12/05, Florian Konnertz <[EMAIL PROTECTED]> wrote:
> > Hi apache users,
> >
> >
> > error_log:
> > [Fri Aug 12 13:04:59 2005] [error] [client 65.214.44.128] (13)Permission
> > denied: access to /index.html denied
>
> Do you have selinux installed
On 8/12/05, Florian Konnertz <[EMAIL PROTECTED]> wrote:
> Hi apache users,
>
>
> error_log:
> [Fri Aug 12 13:04:59 2005] [error] [client 65.214.44.128] (13)Permission
> denied: access to /index.html denied
Do you have selinux installed?
Joshua.
-
Hi again people,
This is the strangest thing i've ever seen...
Thx to all on #apache irc who helped me. We had no chance, no idea
what's happening here.
I even tried installing other versions (2.0.51; .and .52), but always
the same...
Any idea would be greatly appreciated!
Florian
2005/8/12, Fl
On 8/12/05, Tony VanScoy <[EMAIL PROTECTED]> wrote:
> OK, i got my script looping on STDIN, but now I have a problem with
> backreferences to the RewriteCond. My condition is this...
>
> RewriteCond %{QUERY_STRING} ^pdfId\=\d+$
>
> .. but thanks to Noah <[EMAIL PROTECTED]> and the manual, i found
I have Apache2 running on several Linux boxes and have become comfortable
with security on those machines. I'm forced to run Apache2 on a Windows XP
box and was wondering if anyone can point me to Win XP-specific security
issues that need to be addressed.
smime.p7s
Description: S/MIME cryptogra
It was thus said that the Great Maxim Vexler once stated:
>
> The DoS was caused because a client tried to use one of the popular
> spiders to download the whole site.
>
> I've attached a clip from the error log & the access log (CR/LF terminated).
>
> As you can see the DoS client can be identi
OK, i got my script looping on STDIN, but now I have a problem with
backreferences to the RewriteCond. My condition is this...
RewriteCond %{QUERY_STRING} ^pdfId\=\d+$
.. but thanks to Noah <[EMAIL PROTECTED]> and the manual, i found that
If I want to use %1 to reference the id being passed then
On 8/11/05, Hiep Nguyen <[EMAIL PROTECTED]> wrote:
> Here is the last error in /etc/httpd/logs/error_log
> [Thu Aug 11 16:37:37 2005] [alert] [client 10.0.0.128]
> /var/www/html/images/.htaccess: IndexIgnore not allowed here, referer:
> http://10.0.0.120/company/manual.php
>
> By the way, I alread
> I'm afraid you may have caugt a slight case of
> not-reading-the-documentation-carefully-enough-itis. Unfortunately,
> when dealing with mod_rewrite, this affliction can be deadly.
>
> If you look carefully at the example map program here:
> http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html
On 8/12/05, Tony VanScoy <[EMAIL PROTECTED]> wrote:
> As a testing purpose I changed my mapping script to this ...
>
> echo "somefile.php\n";
> ?>
>
> so no matter what I send, it outputs a filename + newline to stdout. i
> didn't have the newline character before, so i restarted the server
> an
As a testing purpose I changed my mapping script to this ...
so no matter what I send, it outputs a filename + newline to stdout. i
didn't have the newline character before, so i restarted the server
and tested. great, it works. now try the same url again and it doesn't
output a filename, just b
On 8/12/05, Tony VanScoy <[EMAIL PROTECTED]> wrote:
> > Additionally, backreferences aren't populated unless the string you want
> > to capture is in parentheses.
> So I have to use ...
>
> RewriteCond %{QUERY_STRING} =+"litId=\d+"
>
> ... instead of ...
>
> RewriteCond %{QUERY_STRING} ^litId\
Hi everyone
Thanks so much for all your help, it's now working - I followed all your steps and so managed to get a helpful error message - I had left the # sign in for my extra LoadModule line for PHP in the httpd file (because I'd copied the line above).
But is there anything I need to do to t
> > Use %1 for back-references to RewriteCond. $1 is a back-reference to
> > the RewriteRule.
>
> Additionally, backreferences aren't populated unless the string you want
> to capture is in parentheses.
>
> --n
>
> --
> Neil! Your bed's on fire
So I have to use ...
RewriteCond %{QUERY_STRING}
Suzy wrote:
Please see below for a copy of what I did. Is this right?
*
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\>CHDIR C:\Program Files\Apache Group\Apache\bin
C:\Program Files\Apache Group\
The apache.exe is one folder above the bin level in C:\Program Files\Apache Group\Apache.
So it worked this time, but I got the following message:
*
C:\Program Files\Apache Group\Apache>apache -k stopCan
ok,
You don't have apache.exe in your bin folder. You
said that apache was in services. Go into services and right-click on the
apache service. Go to properties and it should show the "path to
executable:" Mine looks like this <
"D:\WebCore2\Apache2\bin\Apache.exe" -k runservice
Dave Morrow wrote:
Hi all, I have a webserver which is serving a Tomcat application through
mod_jk (1.2). The end-users browse the site using SSL only (ie.
https://www.mydomain.com/myapplication )
It's working fine.
I would like to use re-writing to force the root of the website to
rewrite to
Please see below for a copy of what I did. Is this right?
*
Microsoft Windows XP [Version 5.1.2600](C) Copyright 1985-2001 Microsoft Corp.
C:\>CHDIR C:\Program Files\Apache Group\Apache\bin
C:\Program Files\Apache Group\Apache\bin>apach
Tony VanScoy wrote:
I got it.
RewriteCond %{QUERY_STRING} ^file\=12$
RewriteRule ^/test\.php$ /pdf/somfile.pdf [R,L,T=application/pdf]
Looks like i needed regex in the RewriteCond.
Thanks.
That was my bad on the % to $ typo. Sorry.
The last argument for the Rewrite Cond can be either a rege
I think I am going to go with Bills suggestion, create
a new user, have extremely restricted access for this
user and run the Apache service under the context of
this user...
Thanks guys.
Neelay
--- "William A. Rowe, Jr." <[EMAIL PROTECTED]>
wrote:
> Neelay Shah wrote:
> > Well, there are som
On 8/12/05, Tony VanScoy <[EMAIL PROTECTED]> wrote:
> It kind of works. I made the change to %1 and when I made a request ...
>
> /test.php?pdfId=12
>
> .. then it gave me the pdf. SWEET. But, still dies after the first
> mapping. If I call that same exact URL again, i get redirected to ...
>
>
Hi all, I have a webserver which is serving a Tomcat application through
mod_jk (1.2). The end-users browse the site using SSL only (ie.
https://www.mydomain.com/myapplication )
It's working fine.
I would like to use re-writing to force the root of the website to
rewrite to the application when
On 8/12/05, Joshua Slive <[EMAIL PROTECTED]> wrote:
> On 8/12/05, Tony VanScoy <[EMAIL PROTECTED]> wrote:
> > First here is my config for a VirtualHost
> >
> > # map id's to actualy filenames
> > RewriteMap fileName prg:/home/user/getFileName.php
> >
> > # catch any pdfId as long as it's an integer
Are you sure you were in the apache/bin directory when you did this?
Do a directory listing and show us the results.
John
Suzy wrote:
Hi
I tried this, but the apache -k stop command isn't being recognised:
"Apache is not recognised as an internal or external command, operable
program or ba
Excellent Noah, it worked, thanks for the help! I didn't realize the
PT flag was needed based on the doc... I'm also surprised how hard of
a time I had without finding an answer for this via google, hopefully
it bubbles up and they index it somewhere nicely in groups.
On 8/12/05, Noah <[EMAIL PROT
Hi
I tried this, but the apache -k stop command isn't being recognised: "Apache is not recognised as an internal or external command, operable program or batch file." I've tried all kinds of combinations of spaces, speech marks and capitals, etc.
Also I only have two log files within Apache:
Title: Make
When I do a make on http-2.0.54 I get the following error:
I am configuring with LDFLAGS="-lresolv" \
./configure --enable-modules=so --enable-ssl --with-ssl=/usr/local/ssl/include
ssl_engine_pphrase.c:684: error: for each function it appears in.)
*** Error code 1
make: Fa
ok,
Go to your apache/bin folder and type "apache -k stop" and
wait for it to stop. then run "apache -k start" and see what errors you
are getting. Also check the event log for apache service
errors.
Thanx
Aaron N
Wagner
Monitoring Systems and Network
Tools
CCO-Command Center Oper
On Fri, Aug 12, 2005 at 11:28:10AM -0400, Joshua Slive wrote:
> On 8/12/05, Tony VanScoy <[EMAIL PROTECTED]> wrote:
> > First here is my config for a VirtualHost
> >
> > # map id's to actualy filenames
> > RewriteMap fileName prg:/home/user/getFileName.php
> >
> > # catch any pdfId as long as it'
On Fri, Aug 12, 2005 at 10:32:41AM -0400, brian papa wrote:
> Still having the same problem... right now my rewrite stuff looks like this -
>
> LoadModule rewrite_module modules/mod_rewrite.so
> RewriteEngine on
> RewriteCond %{HTTP_HOST} (.*).mysite.com$
> RewriteRule /profile/aboutme
> ht
On 8/12/05, Tony VanScoy <[EMAIL PROTECTED]> wrote:
> First here is my config for a VirtualHost
>
> # map id's to actualy filenames
> RewriteMap fileName prg:/home/user/getFileName.php
>
> # catch any pdfId as long as it's an integer
> RewriteCond %{QUERY_STRING} ^pdfId\=\d+$
>
> # only rewrite
I am running apache 2.0.53 on a windows 2000 box. I
have enabled the dav statements in the httpd.conf
LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_fs.so
This gives me the ability to use front page or publisher to
publish the web pages. I am lo
Hi Aaron
Thanks very much for the reply. Okay I checked my services and Apache is there and it's set to start up automatically. Which it isn't.
Suzy"Wagner, Aaron" <[EMAIL PROTECTED]> wrote:
You probably have not installed apache as a service yet. Go into you services and see if it's listed.
You probably have not installed apache as a service
yet. Go into you services and see if it's listed. If not, go to your
Apache/bin folder and type "apache -k install" and that will install is as
a service and then run "apache -k start"
Thanx
Aaron N
Wagner
Monitoring Systems and Ne
First here is my config for a VirtualHost
# map id's to actualy filenames
RewriteMap fileName prg:/home/user/getFileName.php
# catch any pdfId as long as it's an integer
RewriteCond %{QUERY_STRING} ^pdfId\=\d+$
# only rewrite for test.php, but substitute the entire
URL+QUERY_STRING with the file
Dear all
Okay I'm an Apache virgin and I have just installed Apache version 1.3.33 on Windows XP Home edition. Then configured the conf/httpd file for PHP. All seemed to go smoothly, I just ran the vanilla installation.
I then tried to start it through my cmd prompt with NET START Apache, b
Hello,
the attached program shows a performance problem with apache2-worker.
compile with:
g++ curltest.cpp -lcurl
then start it with something like this:
./a.out -u http://ms.iss-server/a.jpg
./a.out -u http://apache2.server/a.jpg
With apache you get timeouts and the script takes 10 secon
Still having the same problem... right now my rewrite stuff looks like this -
LoadModule rewrite_module modules/mod_rewrite.so
RewriteEngine on
RewriteCond %{HTTP_HOST} (.*).mysite.com$
RewriteRule /profile/aboutme
http://mysite.com/profile/aboutme/index.jsp?memberName=%N [L]
And then wh
On 8/12/05, sridhar <[EMAIL PROTECTED]> wrote:
> hi Joshua,
>
> I know very well that response header cann't be viewed directly thru web
> browser.
> i am accessing the page using telnet or Apache jmeter which displays all the
> response header
>
> The content of the meta file is :
> MyHeader:Hel
I got it.
RewriteCond %{QUERY_STRING} ^file\=12$
RewriteRule ^/test\.php$ /pdf/somfile.pdf [R,L,T=application/pdf]
Looks like i needed regex in the RewriteCond.
Thanks.
-
The official User-To-User support forum of the Apache HT
An alternative to using ProxyPassReverseCookieDomain to correct the cookie
domain in responses, or set the WAS domain in the admin console, might be to
set "ProxyPreserveHost On", but I am not sure what side effects this might
have. Maybe someone else could contribute with his experience?
-ascs
>
> RewriteEngine On
> RewriteCond ${QUERY_STRING} "file"
> RewriteRule ^/test\.php$ /index.php [R]
>
Well i fixed my typo ${QUERY_STRING}, it should be %{QUERY_STRING}.
But still not working.
-
The official User-To-User suppor
Hi apache users,
error_log:
[Fri Aug 12 13:04:59 2005] [error] [client 65.214.44.128] (13)Permission
denied: access to /index.html denied
In Browser:
Forbidden
You don't have permission to access /index.html on this server.
Additionally, a 403 Forbidden error was encountered while trying to use
Hi Benoit,
Alex on this group suggested me to go with ProxyPass instead of
using rewrite rule. I tried that and it worked for me.
Here is the text Alex had send me - (Maybe it would help you as well)
ServerName www.in.abc.org
ProxyVia off
Redirect / http://www.in.abc.org
> > I want to redirect certain requests to a pdf depending on a get
> > variable. nothing new, but I just can't get it to work. So I started
> > with the basics but just redirecting a certain page to a pdf, which
> > works.
> >
> > RewriteRule ^/test\.php$ /pdf/somefile.pdf$ [R,T=application/pdf]
>
well, i tried to move .htaccess to /var/www/html/ folder and my website it
not accessible at all (or any sub folders), even .htaccess contains
nothing in it. It seems to me that wherever I place .htaccess file, it
prevents the entire directory and sub-directory from user access.
I think there i
I want to know how to configure proxy_ajp to let Apache2.1.6 working
together with TOMCAT.
Below is configuration I used:
…
ProxyPass /jspdir ajp://localhost:8009/jspdir
ProxyPassReverse /jspdir ajp://localhost:8009/jspdir
….
I tested with a single JSP script, and it works. However when I add
mo
You should look into mod_proxy's ProxyPass and ProxyPassReverse directives
instead of mod_rewrite. That's likely to be more than adequate.
An even better solution might be to use Burp proxy
http://portswigger.net/proxy/ instead of Apache. You will attain a higher level
of transparency with that
What you need to do is use LiveHTTPHeaders in order to verify that the cookie
is indeed delivered to your browser as a Set-Cookie response header. I guess
this is done in the HTTP 302 in response to GET
https://extranet.hendrickson-intl.com/cas/login?service=http%3A%2F%2Fextranet.hendrickson-int
64 matches
Mail list logo