ServerAlias host.company.com *.host.company.com
ErrorLog /var/log/apache2/vhosts/error_log
CustomLog /var/log/apache2/vhosts/access_log common
SSLRequireSSL
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
HTTP and HTTPS use 2 different ports.
--
PingBad,
IRC Fanatic
> ld: Can't find dependent library "libexpat.so.1"
Looks like you're missing a dependency. Did some googling for you and found
this: http://sourceforge.net/projects/expat/
Give that a compilation and see if HTTPd will build after that
-
On Sunday 17 February 2008 20:02, 赵志桐 wrote:
> hello everybody
>
> My web server got a problem long time.
>
> It's cannot close finished httpd thread, i used "ps -e" to check server
> got a lot of httpd thread like following:
>
> 20292 ? 00:00:01 httpd
> 4912 ? 00:00:00 cronolog
> 4913 ? 00:00:00 c
> 192.168.1.300
For the sake of sanity, the IP of the machine you're working on is that IP,
right?
--
PingBad,
IRC Fanatic
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.ap
On Thursday 14 February 2008 11:49, Andrew2008 wrote:
> 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
> > whateve
On Thursday 14 February 2008 08:55, Andrew2008 wrote:
> 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 so