Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mrtopher

    Forbidden directories after fresh install

    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!
  2. mrtopher

    Forbidden directories after fresh install

    I think that it's an SELinux issue. Is there a way I can disable SELinux temporarily to see if thats my problem or reconfigure it?
  3. mrtopher

    Forbidden directories after fresh install

    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?
  4. mrtopher

    Forbidden directories after fresh install

    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...
  5. mrtopher

    Forbidden directories after fresh install

    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...
  6. mrtopher

    Need VirtualHost Help (Dynamic Subdomains)

    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...
  7. mrtopher

    Need VirtualHost Help (Dynamic Subdomains)

    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...
  8. mrtopher

    drop down list width

    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.
  9. mrtopher

    validation

    Web forms. I am writing a web application and I am looking for a class that will help me validate common form input.
  10. mrtopher

    validation

    Does anyone know of any good validation classes for programming with PHP?
  11. mrtopher

    Dynamic Variables

    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!!
  12. mrtopher

    Dynamic Variables

    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'...
  13. mrtopher

    odbcCommand Parameters

    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...
  14. mrtopher

    Validation Stoped Working

    I developed this app in Dreamweaver, how would I go about recompiling?
  15. mrtopher

    Validation Stoped Working

    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...
  16. mrtopher

    PEAR::HTML_QuickForm Question

    <?php /*************************************************************************** * badgeAreas.php * ------------------- * begin : Tuesday, May 4, 2004 * copyright : (C) 2004 CM Web D&D * email...
  17. mrtopher

    PHP Application Frameworks

    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?
  18. mrtopher

    PEAR::HTML_QuickForm Question

    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...
  19. mrtopher

    mysql_query() question

    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!
  20. mrtopher

    mysql_query() question

    Thats just what I was looking for, thanks a lot!!

Part and Inventory Search

Back
Top