"Well, seems fairly straight forward. It's saying you have Apache 2 installed, but you configured php for Apache 1.x. When you do your ./configure, you should use --with-apxs2 instead of --with-apxs"
I am trying to run the ./configure command; however, I am getting the error that states that ./configure is not a file or directory.
===[root] /usr/ports/www/mod_php4 # ./configure --wit-apxs2
bash: ./configure: No such file or directory
What directory should I be in to run the ./configure comamnd and when do I run it, before install or after? Also, are there any other switches that I need to be aware of? I am new to this whole thing, so please bear with me.