I followed some instructions in the SELinux error message that it was displaying when trying to access those files and it looks like everything is working properly now.
Thanks for the help!
Yes it is... and it's funny you should mention that because I happened to be next to the server on another machine while making a request and some message popped up saying something about httpd being denied access to the file that I was trying to access.
Do I want to disable SELinux?
Yes, there are files in the directories.
The error log is saying:
[Wed Jul 18 14:16:44 2007] [error] [client 10.5.128.250] (13)Permission denied: access to /test/index.html denied
But the directories have the same permissions as the files sitting in the web root that I can access. Same owner...
I just installed Apache 2.2.3 on CentOS5 and things appear to have worked properly. I was able to put an index.html file in the web root and view it appropriately.
The problem I can't seem to figure out is that I can't put any folders inside the web root because when I try to bring them up in a...
I believe that my server is using name based virtual hosting, at least according to what I have read.
I am trying to set this up so I dont have to add an additional record to a configuration file every time I set up a new sub-domain. I'm looking to create a web based app that allows all the...
I am trying to set up dynamic sub-domains on my serverand its not making a lot of sense to me. I am what you would call web server inept. I have read the follow apache article: http://httpd.apache.org/docs/2.2/vhosts/mass.html and havn't come away with much more than confusion.
I am fairly...
Does anyone know of a way to make drop down lists a certain width so you have uniform looking forms?
I have tried setting width values through CSS but it doesn’t seem to work.
I learned about something called variable variables and they seem to do the trick perfectly.
For more info:
http://www.php.net/language.variables.variable
Thanks for the help!!
This is difficult to explain, please bare with me. I am creating a form, and part of that form will be a list of check boxes. Those check boxes are created by using the following:
$times = $badge->getTimeFrame();
foreach($times as $id => $value)
{
echo '<input type="checkbox" name="chkTime'...
I wrote an application initally using MS SQL but have recently changed over to MySQL. I am going through my application and changing ADO.NET connections to ODBC connections. Most of my simple queries are working fine (SELECT, etc.) but commands that I add parameters too fail. Is there a...
I have been building an application with a number of web forms and have been using validation controls to validate the entered information. The validation controls no longer work. They worked yesterday, but they don't work today. Users can submit blank forms and my controls will not trip...
I have been searching for the past couple of days for good PHP application frameworks and have found a lot to choose from. Can anyone suggest some good ones that they have had experience with?
I am in the process of building an application using PEAR::QuickForm and I have a question regarding how it refreshes. I have built a dual purpose form that allows people to add a value to a database on top and then all the values added in the database are displayed in a drop down box at the...
Right, but I dont plan on using it in many places. The one place I plan to use it will have controlled data being passed to the function.
Thanks for the heads up!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.