Buy me a beer

I really appreciate your gesture.

Sponsored Links

Search
Search Only:

Search Keyword Apache

Total: 25 results found.

... -n libapache2-mod-php5 |awk ''| sudo tee -a /etc/apt/preferences.d/php > /dev/null echo -e "Package: php-pear\nPin: release a=karmic\nPin-Priority: 991\n" | sudo tee -a /etc/apt/preferences.d/php ...
... the 64bit version of Ubuntu. Here a copy of what he wrote on his site: (btw. It does work with 9.10 as well) At least twice, now, I've encountered problems (read: apache segfaults, oh noes!) ...
3. mod_auth_mysql with apache
(Computer/Other)
Today I was struggling with mod_auth_mysql together with apache. It seemed I couldn't get it to work. The frustrating part was, I have it running on an other machine. What happened was the directory ...
4. Monitoring with Munin
(Computer/Linux)
... cgi [bama.bamweb.nl] address 127.0.0.1 use_node_name yes Add the following to your apache virtual host: AllowOverride None #AddHandler cgi-script ...
5. Monitoring with Monit
(Computer/Linux)
... You need to create this directory yourself. apache ############################################################################### ## Monit control file -- Web related ############################################################################### ...
6. Webmin in Ubuntu
(Computer/Linux)
... in webmin use this included Perl script: sudo /usr/share/webmin/changepass.pl /etc/webmin root Apache To have this local site proxied into apache, you can add the following to your config or vhost. ...
Hi, today I figured out why I had PHP warnings in my error.log for apache. The warning was: [Mon Jan 12 14:10:39 2009] [error] [client 194.203.215.254] PHP Warning:  Cannot modify header information ...
...  denyhosts gnupg nmap openssh-server ssh traceroute screen subversion ntp ntpdate rkhunter whois policykit lynx Webserver (including packages for gallery, like ffmpeg, imagemagick, gd) apache2-mpm-itk ...
... howto on umaxx.net. I assume you'll have apache working with the chroot /var/www. I've enabled the following lines in my httpd.conf in /var/www/conf ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" AddHandler ...
... "NO_X11". pkg_add -ai gd php5-gd Enable gd in php5 and restart your apache. The phpinfo page should show you these 3 extra options: FreeType Support enabled FreeType Linkage with ...
11. Ioncube for OpenBSD 4.2
(Computer/BSD)
I have helped the guys from ioncube to make the ioncube loaders available for OpenBSD 4.2. The instructions to make this work are really easy. First download the ioncube loaders from the loader page. ...
I've written a script to copy any program to the chrooted environment of apache with its libraries. Just load the script and use the full path as the first parameter. Example. If you call the script ...
13. OpenBSD Mailserver
(Computer/BSD)
... apache will be described later at bootscripts. In these examples I have use the user and password vmail. You may change this to whatever you like. Also you can change the name of the database. I've used ...
14. Apache LDAP authentication
(Computer/BSD)
... forget to restart apache  ...
...  Thanks NixCraft for the post.There is also a perl script here which can help you test it. Be aware that this is far from a replacement of chrooted apache. Which is of course the best and by ...
... virtualhosts (if you use this) allows your .htaccess to be read and used. I use OpenBSD with apache and the default configuration says: AllowOverride None So what I need to do was to create ...
I've made a script to make an upgrade of OpenBSD just a little bit easier when you use ImageMagick in your Chrooted environment. This script copies 3 executables and its libraries to the chrooted environment ...
18. Setting up a webDAV
(Computer/BSD)
Todays howto is setting up a webdav with apache in OpenBSD. First thing to do is installing the mod_dav (I use OpenBSD 4.0), and follow the steps (enabling mod_dav) pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/4.0/packages/i386/mod_dav-1.0.3p1.tgz ...
19. phpBB + LDAP auth
(Computer/Other)
... to configure your apache can be found here (in dutch). Extract the version from the download section of phpBB. Follow the installation process described at their site. After this works you can ...
This howto will describe how to setup a Apache webserver with a normal webserver and to configure it with a rewrite engine so it uses SSL for certain links. For example, you can have www.bamweb.nl and ...
21. Newsyslog for Apache
(Computer/BSD)
I didn't get logrotating working in Apache so I made it possible by shutting down apache and rotate the logs and putting apache back on. See my script below that is used in crontab. Script: #!/bin/sh ...
22. OpenBSD apache
(Computer/BSD)
... van belang zijn. Poorten. Denk hierbij aan de standaard poort waarop apache draait, maar ook aan de poorten waarover SSL actief is als je dat wilt gebruiken. DirectoryIndex. achter dit commando ...
23. OpenBSD /etc/changelist
(Computer/BSD)
... here are being backupped, or at least diffs, which is also very nice. Deleted: /etc/hosts.deny because of this program Denyhosts Added: /var/www/conf/php.ini /etc/newsyslog.apache.conf ...
24. Awstats
(Computer/Other)
I've implemented static awstats on my server. It is a really nice tool to show some statistics which it gathers from your apache log file. You can see the output of this site here. You can have multiple ...
... to register myself.  System details: PHP built On: OpenBSD 4.0 i386 Database Version: 5.0.24a (mysql) PHP Version: 5.1.4 Web Server: Apache/1.3.29 (Unix) PHP/5.1.4 with Hardening-Patch ...