apache24

  1. Johnny2Bad

    php, apache, ssmtp not working

    Hello folks, I am trying desperately to get ssmtp to work but without much luck. I followed a number of tutorials on the net. But still ssmtp refuses to forward emails with the php mail function. It does however do the daily and weekly FreeBSD reports. Here's my system details.... uname -a...
  2. unknownuser

    phpMyAdmin permission error on Jail

    Hello folks. I have spent probably the last two days trying to get phpMyAdmin to work under a 10.3 jail with Apache24, mod_php and php56-mysql. Initially I copied the same exact configuration I have on the FreeBSD 10.3 host where phpMyAdmin is working fine, but for some reason I kept on...
  3. Oclair

    Solved PHP Extensions - PHP Startup: Unable to load dynamic library

    Hi there, Over time I changed something to apache/php and caused some weird issue. It was not apparent this was happening until web apps started to report suggested plugins were not available... 11.0-RELEASE-p6 FreeBSD 11.0-RELEASE-p6 #0 r310492 Apache 2.4.25 via ports PHP 5.6.29 via ports...
  4. M

    Port forward for ssh and apache24

    I've already port forwarded from Port 22 to be able to ssh into my server from anywhere, which works. Is this sufficient for a web server or would I also need to Port forward from Port 80 for a web server?
  5. W

    Team City on FreeBSD

    Hey guys, I am willing use Team City and other JetBrains applications for personal and casual development of plugins to my blog and some apps also. The goal is have an remote development area available online, so I can access this space from any freelancer, university, lan-house, etc... I...
  6. Bill Evans at Mariposa

    apache config: like mod_dir.so, but a Perl script

    I know about the DirectoryIndex statment ... DirectoryIndex index.cgi index.html ... and that works fine for me (with index.cgi being a Perl script). But if, for a given directory, neither index.cgi nor index.html exists, I don't want to run libexec/apache24/mod_dir.so; I want to run a...
  7. W

    Solved mod_php70 FreeBSD 10.3 compiler error using ZTS option

    Hey people, Someone got stuck compiling the ports www/mod_php70? I have threaded apache 2.4 installed inside of an jail system, already got www/php70 and lang/php70-extensions compiled successful. Have added on /usr/local/etc/apache24/httpd.conf: AddType application/x-httpd-php .php AddType...
  8. Understudy

    Solved I think Apache hates me

    Hi, Over time I get very nervous about doing apache, php and mysql upgrades on my webserver because eventually something happens to show how much it hates me. Currently it does not look like www/apache24 is happy with config changes. I get a forbidden message on all my pages. I am guessing I...
  9. c00kie

    Locating dependencies for Apache server

    With an up-to-date ports tree running on FreeBSD 10.2-RELEASE cd /usr/ports/www/apache24/ && make install clean ===> apache24-2.4.18 depends on executable: autoconf-2.69 - not found ===> autoconf-2.69 depends on executable: gm4 - not found ===> autoconf-2.69 depends on executable: gm4 - not...
  10. FKEinternet

    Install apache 2.4 on new FreeBSD 10.2 (RAIDZ) fails

    I've done a fresh installation of FreeBSD 10.2 on a new RAIDZ system. I started following the instructions for installing Apache, etc. found at http://www.cyberciti.biz/faq/how-to-install-apache-mysql-php-stack-on-freebsd-unix-server/ The first step failed because portsnap extract is required...
  11. W

    Best practices to deal with multiple users on Apache and Pure-FTP

    Hey guys, whats the best way to setup apache24 for multiple users? My goal: Enable WebDav with 3 groups: Private (Only domain owner access) Group (Domain owner set a group for share documents between other people) Public (Global access by WebDav - like public ftp) Enable Pure-FTP (using...
  12. Itproman

    Solved FAMP -Info.php not decoding

    I followed this tutorial I found doing a search for FAMP and all is well, except for info.php. https://www.digitalocean.com/community/tutorials/how-to-install-an-apache-mysql-and-php-famp-stack-on-freebsd-10-1 1) www/apache24: "It works!" (sysutils/webmin sees it (after directory path...
Back
Top