Re: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem

2008-02-19 Thread PingBad
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

Re: [EMAIL PROTECTED] Problem building 2.2.8 on hpux itanum

2008-02-19 Thread PingBad
> 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 -

Re: [EMAIL PROTECTED] Help! My apache httpd server cannot close thread

2008-02-17 Thread PingBad
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

Re: [EMAIL PROTECTED] HTTPD won't start. Fails with error message.

2008-02-15 Thread PingBad
> 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

Re: [EMAIL PROTECTED] XML/XLS filtering

2008-02-13 Thread PingBad
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

Re: [EMAIL PROTECTED] XML/XLS filtering

2008-02-13 Thread PingBad
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