Can you tell me where I can download it please? Thanks
--
View this message in context:
http://www.nabble.com/Apache-2.2-for-Solaris-5.10-on-Sparc-tp15718467p15718467.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.
-
I have the following in the httpd.conf and error_log. The images and css, js
files are not displayed correctly. Do you have any ideas? Thanks
ProxyRequests off
ProxyPass /rbs http://thomas:80/foo
ProxyHTMLURLMap http://thomas:80/foo /rbs
ProxyPassReverse /
SetOutputFilter pr
Joshua Slive-2 wrote:
>
>
> Where did you obtain it from and what options did you use for
> ./configure if you compiled it yourself?
>
>
Someone gave me the software and all the necessary libraries. Here's what I
use
./configure --prefix=/users/webtools/apache2059 --enable-auth-digest
--e
Joshua Slive-2 wrote:
>
> That depends on how you installed it. If you installed it from an
> apache.org distribution without changing the default layout, then yes,
> simply deleting the installation folder and subfolders is enough to
> install (provided it isn't referenced in startup scripts,
do you know how I can uninstall apache on solaris 10 please? do i just
delete the apache installation folder? Thanks
--
View this message in context:
http://www.nabble.com/Uninstall-Apache-on-Solaris-10-tp15682241p15682241.html
Sent from the Apache HTTP Server - Users mailing list archive at N
udotirol wrote:
>
> So in order to solve the riddle myself, the problem was really well
> hidden and not due to a the configuration I posted above.
>
> The problem was that I had mod_deflate globally enabled for the https
> host (being not only a reverse proxy but also a "regular" webserver as
I just installed Apache and I have the following statements in the httpd.conf
file. The page is all messed up when I went to http://localhost/foo. You
can go to www.yamaha.com and see what the page supposes to look like. Below
are what I got from the access_log and error_log. Can you show me h
Joshua Slive-2 wrote:
>
> The problem is almost-certainly that your application is sending the
> wrong Content-Type header. For instructions on how to look at the
> header, see:
> http://wiki.apache.org/httpd/WatchingHttpHeaders
>
> That leaves open the question of WHY the wrong content-type i
PingBad wrote:
>
> Have you tried the DefaultType
> [http://httpd.apache.org/docs/2.2/en/mod/core.html#defaulttype] directive?
>
I changed the defaulttype directive but it still does not render correctly.
The good news is when I did a view source, it looked like it has all html
elements in
PingBad wrote:
>
> What kind of text are you getting? the source code to your application? or
> just HTML output?
>
> If it's the former, ensure the appropriate modules are loaded for whatever
> language it's written in, as well as the appropriate handlers. For the
> latter
> scenario, just
My application sent content via XML and reformat via XSL to get HTML. It
also has javascript for dynamic menu. Right now it does not have render
correctly on the UI. There's no formatting at all, just text. Maybe apache
is filtering something out. Can you let me know how to configure Apache to
I have the following
ProxyPass /foo http://www.abc.com
ProxyPassReverse /foo http://www.abc.com
I got an error when it tried to ProxyPassReverse back below
"Forbidden. You don't have permission to access /foo/ on this server"
Do you have any ideas?
--
View this message in context:
http:/
12 matches
Mail list logo