Thought I'd let you know that I found a way to get my php working. I'm
using WAMP5. I can now see all the errors that I'm making, which are many.
lol Anyway, thank you for all your assistance.
Livi
Let's Help Terminally Ill Children Smile.
www.pa
Hi,
As part of implementing a short term performance improvement, we're
looking at using a caching reverse proxy.
In essence we need to be able to disable mod_cache on a reverse proxy
configuration for certain classes of users only.
Users are able to be identified via Cookie and hence we can ge
I have two problems with one setup of Apache2. One server is OK, the
other is not, and they have the same configuration.
Problem #1: The errorlog has some weird stuff in it:
# more /usr/local/apache2/logs/error_log
[Wed Aug 24 20:42:58 2005] [notice] FastCGI: process manager
initialized (pid 2181
I have a hp using xp. lol I'm going to try something real quick and see
what happens. If it works, I'll let you know.
Livi
Let's Help Terminally Ill Children Smile.
www.pagesforchildren.com
Staying Healthy the Natural Way
www.naturalyhealthy.com
On 8/24/05, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote:
> André Malo wrote:
> > * William A. Rowe, Jr. wrote:
> >
> >
> >>>log_server_status
> >>
> >> unfamiliar - I'll research next week
> >>
> >>
> >>>split-logfile
> >>
> >> unfamiliar - I'll research next week - I'm guessing it's a wrapp
On 8/24/05, Christopher Parker <[EMAIL PROTECTED]> wrote:
> I'd like to know if there's a way to make type-maps and the MultiViews
> option work side-by-side. I'd like to utilize both within the same
> directory. Right now, the only way I can access a resource via
> type-map is by specifying the .v
On 8/24/05, Martijn <[EMAIL PROTECTED]> wrote:
> Hello everyone,
>
> I've been trying to solve this for the last 2 days, but somehow I'm unable
> to see the logic here. Hope anyone can help me explain what's going on:
>
> I've got a few directories, lets say they're named A, B, C and D.
> Two of
Hello all,
I've recently joined [EMAIL PROTECTED] because I've had a problem figuring
out how to use type-maps recently, and nobody I've come across yet has
been able to help.
I'd like to know if there's a way to make type-maps and the MultiViews
option work side-by-side. I'd like to utilize both
--- Nick Jones <[EMAIL PROTECTED]> wrote:
>
>
> --- Olivia Hardy <[EMAIL PROTECTED]> wrote:
>
> > Nick, you're correct. I don't have the php.ini
> > file. Thanks. I'll see if
> > I can locate it.
>
> You can simply copy it. If you did a default
> phpTriad
> install, it's in c:\apache\php.
--- Olivia Hardy <[EMAIL PROTECTED]> wrote:
> Nick, you're correct. I don't have the php.ini
> file. Thanks. I'll see if
> I can locate it.
You can simply copy it. If you did a default phpTriad
install, it's in c:\apache\php. Just copy the php.ini
in that directory to c:\windows, or if this
Nick, you're correct. I don't have the php.ini file. Thanks. I'll see if
I can locate it.
Livi
Let's Help Terminally Ill Children Smile.
www.pagesforchildren.com
Staying Healthy the Natural Way
www.naturalyhealthy.com
- Original Message
Hi again Olivia,
By default the line says:error_reporting =E_ALL & ~E_NOTICE (all
errors but NOT notices)
Did you remove " & ~E_NOTICE" and restarted apache? If you have php-code
and nothing is
returned, this is the most common reason. An error that prevents
anything from being written
--- Olivia Hardy <[EMAIL PROTECTED]> wrote:
> I'm getting the http://localhost/ I just can't get
> my php part of my files
> to show. It will show the html part of the file but
> that's all.
>
> Livi
This definitely sounds like an apache configuration
issue. I downloaded PHP Triad since my la
I want to thank you, but that wasn't it. The line you asked about is in
there. I'll just check something else and see what I can do.
Thank you very much for your time on this matter. It is really appreciated.
Livi
Let's Help Terminally Ill Child
If php module is not installed, then the code will display amongst the
html because it won't be parsed. So you
should see the code in plain text on the page if php doesn't work.
If you get nothing at all, then maybe there are errors in the script and
PHP-error-reporting-level prevents
you from
I'm getting the http://localhost/ I just can't get my php part of my files
to show. It will show the html part of the file but that's all.
Livi
Let's Help Terminally Ill Children Smile.
www.pagesforchildren.com
Staying Healthy the Natural Way
www.
I guess I misunderstood the "show the php code" part and took it
litterally. Never mind
my previous reply!
Nick Jones wrote:
--- Olivia Hardy <[EMAIL PROTECTED]> wrote:
I have checked everywhere I can think of to solve
this problem on my own and
have yet to find an answer that works. So
Hi Livi,
I am a bit confused, because the server is not supposed to show the code
for matters of security.
PHP is parsed and the output is returned to the client. And if the code
is on localhost (your pc?),
can't you just locate the folder in the filesystem? We need more info :)
Kind regards
--- Olivia Hardy <[EMAIL PROTECTED]> wrote:
> I have checked everywhere I can think of to solve
> this problem on my own and
> have yet to find an answer that works. So now I
> turn to you. I'm using
> Dreamweaver to create PHP files for a new site I
> want to do. My server is
> Apache with p
I have checked everywhere I can think of to solve this problem on my own and
have yet to find an answer that works. So now I turn to you. I'm using
Dreamweaver to create PHP files for a new site I want to do. My server is
Apache with phptriad. My problem is I can't get it to show the php code.
Hi,
unfortunately, you didn't write what version of Windows Server you are
using. If you are running Windows 2000 Server or Windows Server 2003 as an
Active Directory domain controller, mod_auth_ldap works just fine.
Regards
Sascha
- Original Message -
From: "Tom DSilva" <[EMAIL PROTECT
Hello Spike, thanks for your post.
That probably is a good approach, I could even symlink the second .htaccess
to make sure both files are consistent.
Trouble is (and I forgot mention this in my first post, sorry about that),
that I plan to use the same method (a regexp) for a few
directive
Hi.
I am trying to get 2.0.54 running on RHEL3/x86.
I am running configure as follows:
./configure --enable-so --enable-shared=max --enable-proxy --enable-ssl
Configure runs fine. I run into trouble when I try to make:
/usr/bin/ld: warning: libcomm_err.so.3, needed by /usr/lib64/libssl.so, may
Martijn,
Maybe I'm missing something, but in this case wouldn't using .htaccess
be a good approach?
spike
Martijn wrote:
Hello everyone,
I've been trying to solve this for the last 2 days, but somehow I'm
unable to see the logic here. Hope anyone can help me explain what's
going on:
I
Hello everyone,
I've been trying to solve this for the last 2 days, but somehow I'm unable
to see the logic here. Hope anyone can help me explain what's going on:
I've got a few directories, lets say they're named A, B, C and D.
Two of these (A and B) need to be restricted.
I figured that thi
Folks,
I've just joined the list, and wanted to send a quick note to
introduce
myself.
My name is Jay Allen, and I'm a professional technologist, working for
West Virginia University in the Web Services department. Currently I
am
administering a handful of web servers (windows, apache, php, CF,
André Malo wrote:
* William A. Rowe, Jr. wrote:
log_server_status
unfamiliar - I'll research next week
split-logfile
unfamiliar - I'll research next week - I'm guessing it's a wrapper
around rotatelogs binary?
Heh ;)
http://httpd.apache.org/docs/2.0/programs/other.html
Ahhh!!
I have a rewrite directive in my conf file like this:
RewriteEngine on
RewriteLog /var/www/popline/logs/rewrite.log
RewriteLogLevel 2
RewriteRule ^/docs$ /docs/index.html
RewriteRule ^/docs/$ /docs/index.html
RewriteRule ^/docs/index.* - [L] #If this
* William A. Rowe, Jr. wrote:
> > log_server_status
>
>unfamiliar - I'll research next week
>
> > split-logfile
>
>unfamiliar - I'll research next week - I'm guessing it's a wrapper
>around rotatelogs binary?
Heh ;)
http://httpd.apache.org/docs/2.0/programs/other.html
nd
--
> [...]
Hallo Matthew,
in the /etc/system I set:
set rlim_fd_max = 8192
* set soft limit on file descriptors
set rlim_fd_cur = 4096
ulimit -a as root shows:
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) 8192
coredump(blocks) unlimited
nofiles(descriptors) 1024
memor
I recently ran into this
problem:
http://issues.apache.org/bugzilla/show_bug.cgi?id=28515
The bug report is from 2004... but it still appears to exist.
To test this, I did:
Options FollowSymlinks Indexes
AllowOverride AuthConfig
In /usr/local/www/data:
ln -s /path/to/files .
We are using Apache
with Tomcat and we are experiencing a difficulty with URL's within the served
HTML page sometimes being correctly rewritten and sometimes not throughout
the file.
Our users access our
webserver through another server that just fwd's the requests
on.
In most instances
[EMAIL PROTECTED] wrote:
I have no problem with installation, running the server as a service and
connecting to it, BUT I don't find the following supporting programs
installed, as listed at http://httpd.apache.org/docs/2.0/programs/. The
rest of the programs are installed under /bin.
apachectl
Hello,
I am very new to Apache HTTP server. I have installed the latest release
2.0.54 on my Windows XP Professional desktop to learn to use it for an
upcoming web/database application project. According to the installtion
instructions on Windows XP, I have service pack 2 installed and I have
disab
Be careful when you use a mix of conflicting ProxyPass and RewriteRule .* foo
[P]. ProxyPass takes precedence on the RewriteRule. From the little I
understood of your problem, it can be solved with a couple of ProxyPass - no
need for any RewriteRule.
KISIYC - Keep It Simple If You Can !
-ascs
Harald,
Have you upped the FD limit via modifying /etc/system with the correct
parameters? What happens when you do a ulimit -a as root? What's the
output?
Matt
-Original Message-
From: Harald Falkenberg [mailto:[EMAIL PROTECTED]
Sent: Sunday, August 21, 2005 4:38 AM
To: users@httpd.
On Aug 24, Axel-St?phane SMORGRAV ([EMAIL PROTECTED]:
Axel: What do you mean by "URI stays as http://www.temple.edu/mmc/ and not as
/sct/mmc/" ?? Do you mean what appears in the address bar is not /sct/mmc? Why
would that change? You do not do any redirect!
Axel:
Axel: Furthermore, because o
BTW: I had a look at your site. Works great!
After looking at the site, I maybe understood a little better what you are
after...
Could it be:
Redirect /mmc /sct/mmc
ProxyPass /sct/ http://SERVER.temple.edu/sct/
ProxyPassReverse /sct/ http://SERVER.temple.edu/sct/
is what you want??
-ascs
-
What do you mean by "URI stays as http://www.temple.edu/mmc/ and not as
/sct/mmc/" ?? Do you mean what appears in the address bar is not /sct/mmc? Why
would that change? You do not do any redirect!
Furthermore, because of the ProxyPassReverse, any /sct/mmc/ in Location headers
in redirects wil
Hello all,
We have a Windows file server with some shared folders. We have a web
server running Apache on Suse. We want to give access to the shared
folders via the web server only to the valid Windows users. We can not
use the normal authenication techniques commonly used in Apache like
basic, au
Isha,
isha b wrote:
Thanks , Neil
Here in apache we use set instead of add in Front-En-Https,
RequestHeader set Front-End-Https "On"
but that doesn't solved the problem.
Can you see this header being sent in the request to your backend web
server. Is it Outlook Web Access that you're
Thanks , Neil
Here in apache we use set instead of add in Front-En-Https,
RequestHeader set Front-End-Https "On"
but that doesn't solved the problem.
http://www.apacheweek.com/features/reverseproxies is having good info
abd mod_proxy_html is almost near to solve this problem but again they
thanks for the reply, the reason I ask is because I'm getting a
default behaviour that I cannot find documentation of.
i.e. if I sent up a server with these two files in a directory it is
always serving the XML file over the HTML file.
e.g
http://localhost/test/file
will return file.xml not f
Hi Tony,
thanks for the reply, the reason I ask is because I'm getting a
default behaviour that I cannot find documentation of.
i.e. if I sent up a server with these two files in a directory it is
always serving the XML file over the HTML file.
e.g
http://localhost/test/file
will return file.
On Tue, Aug 23, 2005 at 10:11:20AM -0700, Andrew Musselman wrote:
> Hi, I am trying to set up a proxy to allow access to other devices on
> the network.
>
> These lines work great:
> ProxyPass /xyz.mn.op.st/ http://xyz.mn.op.st/
> ProxyPassReverse /xyz.mn.op.st/ http://xyz.mn.op.st/
>
> I can a
> If I have a directory "test" with two files in "file.xml" and
> "file.html" can anyone tell me which should get served if I address it
> from a browser using
>
> "http://localhost/test/file";
>
> i.e. without specifying the suffix.
>
> also is this behaviour configurable?
>
> thanks,
>
>
Nick Kew wrote:
isha b wrote:
My exchnage server works fine while querying thro internet , but when
I query webserver as ,
https://reverseproxy.com/webserver
it translate as http://reverseproxy.com/webservr/init.asp?.
with result " page could not found "
That'll be because your ex
Hello,
If I have a directory "test" with two files in "file.xml" and
"file.html" can anyone tell me which should get served if I address it
from a browser using
"http://localhost/test/file";
i.e. without specifying the suffix.
also is this behaviour configurable?
thanks,
Dave.
--
isha b wrote:
My exchnage server works fine while querying thro internet , but when
I query webserver as ,
https://reverseproxy.com/webserver
it translate as http://reverseproxy.com/webservr/init.asp?.
with result " page could not found "
That'll be because your exchnage server (wha
[EMAIL PROTECTED] said:
> Hi,
>
> I am trying to set up Squid as a web cache for a number of Apache Web
> servers. Each Apache server stands in front of an application server
> (Jboss). Based on the URL pattern Apache need to send request to Squid for
> caching. If Squid cannot find the resource in
> What is preventing the second instance from
> starting? Any help would be greatly appreciated.
What does the errorlog say?
Joost
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.ap
Hi,
I'm glad for you. On a later stadium I wan't to try to work with
websites over SSL as well but that's for later ;-).
I was already putting the line
LoadModule ldap_auth_module modules/mod_auth_ldap.so
in my httpd.conf file (it was not already put in with comments).
But when I looked at yo
52 matches
Mail list logo