[oi-dev] Apache2 in hipster broken?

Jonathan Adams t12nslookup at gmail.com
Fri Nov 15 15:32:11 UTC 2013


you use logger, my default doesn't, you have your htdocs stored in
/usr/local files ...

do you have extra modules loaded in the /etc/apache2/2.2/conf.d module
files?

for comparison; my default apache22 setup, using the package:

jadams at jadlaptop:/etc/apache2/2.2$ egrep -v '^ *#|^$' httpd.conf
ServerRoot "/usr/apache2/2.2"
Listen 80
<IfDefine 64bit>
Include /etc/apache2/2.2/conf.d/modules-64.load
</IfDefine>
<IfDefine !64bit>
Include /etc/apache2/2.2/conf.d/modules-32.load
</IfDefine>
<IfModule !mpm_netware_module>
<IfModule !mpm_winnt_module>
User webservd
Group webservd
</IfModule>
</IfModule>
ServerAdmin you at yourhost.com
ServerName 127.0.0.1
DocumentRoot "/var/apache2/2.2/htdocs"
<Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
</Directory>
<Directory "/var/apache2/2.2/htdocs">
    Options Indexes FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
<IfModule dir_module>
    DirectoryIndex index.html
</IfModule>
<FilesMatch "^\.ht">
    Order allow,deny
    Deny from all
    Satisfy All
</FilesMatch>
ErrorLog "/var/apache2/2.2/logs/error_log"
LogLevel warn
<IfModule log_config_module>
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common
    <IfModule logio_module>
      LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{User-Agent}i\" %I %O" combinedio
    </IfModule>
    CustomLog "/var/apache2/2.2/logs/access_log" common
</IfModule>
<IfModule alias_module>
    ScriptAlias /cgi-bin/ "/var/apache2/2.2/cgi-bin/"
</IfModule>
<IfModule cgid_module>
</IfModule>
<Directory "/var/apache2/2.2/cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>
DefaultType text/plain
<IfModule mime_module>
    TypesConfig /etc/apache2/2.2/mime.types
    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz
    AddType application/vnd.pkg5.info .p5i
</IfModule>
Include /etc/apache2/2.2/conf.d/*.conf
<IfModule ssl_module>
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>



On 15 November 2013 12:19, Alexander Pyhalov <alp at rsu.ru> wrote:

> On 11/15/2013 16:01, Gary Gendel wrote:
>
>> Alexander,
>>
>> I don't think I have anything particularly special.  I've included what
>> I thought might be helpful. I stripped the comments out of the conf
>> files.  This information come from the working BE.  If you need
>> something else just ask.
>>
>>
> I'm just a bit surprised to see error messages from mpm_event. It
> shouldn't be available in default install.
>
> $ /usr/apache2/2.2/bin/httpd -V
> Server version: Apache/2.2.25 (Unix)
> Server built:   Aug 25 2013 08:54:59
> Server's Module Magic Number: 20051115:33
> Server loaded:  APR 1.4.8, APR-Util 1.5.2
> Compiled using: APR 1.4.8, APR-Util 1.5.2
> Architecture:   32-bit
> Server MPM:     Prefork
>   threaded:     no
>     forked:     yes (variable process count)
> Server compiled with....
>  -D APACHE_MPM_DIR="server/mpm/prefork"
>
> $ /usr/apache2/2.2/bin/httpd.worker -V
> Server version: Apache/2.2.25 (Unix)
> Server built:   Aug 25 2013 08:45:40
> Server's Module Magic Number: 20051115:33
> Server loaded:  APR 1.4.8, APR-Util 1.5.2
> Compiled using: APR 1.4.8, APR-Util 1.5.2
> Architecture:   32-bit
> Server MPM:     Worker
>   threaded:     yes (fixed thread count)
>     forked:     yes (variable process count)
> Server compiled with....
>  -D APACHE_MPM_DIR="server/mpm/worker"
>
> (the same for 64-bit versions)
>
> --
> Best regards,
> Alexander Pyhalov,
> system administrator of Computer Center of Southern Federal University
>
> _______________________________________________
> oi-dev mailing list
> oi-dev at openindiana.org
> http://openindiana.org/mailman/listinfo/oi-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openindiana.org/pipermail/oi-dev/attachments/20131115/faa0b296/attachment-0005.html>


More information about the oi-dev mailing list