|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Umm, I'm wondering how to troubleshoot to see if my perl installation is happy-happy. I'm a happy owner of OS X. But, I wonder if Apple did right by perl and want to check my perl.
I've done the hello world thingy but I get either permission errors or 500 problems. any clue? |
|
#2
|
|||
|
|||
|
Well, if you are getting permissions errors(500 errors often are because of permissions errors), then the problem is just that. You must set all your scripts to mode 755 for them to be accessed on the web.
I don't know what OS you're using so I don't know how to change file permissions on it.
__________________
- dsb - ![]() Perl Guy |
|
#3
|
|||
|
|||
|
thanks
I'll try that.
OS X, sorry ... it's the new OS system from apple that is based upon freeBSD and the mach kernel, whether the kernel is better than others ??? no clue but a happy apple/unix user now. ![]() |
|
#4
|
|||
|
|||
|
if it's unix based then i'd assume the command is pretty much the same:
Code:
<prompt>$ chmod 755 filename.ext |
|
#5
|
|||
|
|||
|
thanks
Yep, they're the same except my prompt looks like this:
[localhost:/etc/httpd] root# hehe, logged in as root at the time, so I could destory my httpd.conf file thanks |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > how to troubleshoot perl on apache |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|