starting over?

This forum is for topics dealing with problems with software specifically in the ARMv5 repo.

Re: starting over?

Postby pepedog » Mon Aug 11, 2014 10:47 am

As moonman said, you are missing package php-apache

I just set it up, and it works
If you are served up blank page for test.php, server is running. It is missing a set handler, add this to bottom of /etc/httpd/conf/httpd.conf then restart apache
$this->bbcode_second_pass_code('', 'Include conf/extra/php5_module.conf')
If it doesn't work, you either missed this
$this->bbcode_second_pass_quote('', 'T')o use mod_mpm_prefork, open /etc/httpd/conf/httpd.conf and replace
LoadModule mpm_event_module modules/mod_mpm_event.so
with
LoadModule mpm_prefork_module modules/mod_mpm_prefork.so

or missed this
$this->bbcode_second_pass_quote('', 'P')lace this in the LoadModule list anywhere after LoadModule dir_module modules/mod_dir.so:
LoadModule php5_module modules/libphp5.so


It does work
pepedog
Developer
 
Posts: 2431
Joined: Mon Jun 07, 2010 3:30 pm
Location: London UK

Re: starting over?

Postby capchap » Mon Aug 11, 2014 4:54 pm

moonman,
Thanks about the button.
what happens if they are not tagged? I'm guessing they try to perform the code function?

also, thanks for showing me how to find out what package installs a particular file. I'm sure I will find that useful in the future.



pepedog;
PID error is gone.
dont recall which change fixed it, but it wasnt installing php-apache.
all installing php-apache did was allow me to properly point to the .so file
if it comes back I have your suggestion for reference.

thanks all.
capchap
 
Posts: 60
Joined: Sat Aug 09, 2014 3:47 am

Re: starting over?

Postby capchap » Wed Aug 13, 2014 2:33 pm

moonman,
thanks for the pkgfile command.

I usually look at every command in the bin files to see what I have.
pkgfile wasnt among them so I didnt know of its existence/use
i did install it with pacman.

Are there other great utils that are not part of the base system that I should go get?

Thanks again,
capchap
 
Posts: 60
Joined: Sat Aug 09, 2014 3:47 am

Previous

Return to ARMv5

Who is online

Users browsing this forum: No registered users and 5 guests