cancel
Showing results for 
Search instead for 
Did you mean: 

Some Newbie cgi/php questions

silentmonkey
Rising Star
Posts: 89
Thanks: 7
Fixes: 1
Registered: ‎15-09-2007

Some Newbie cgi/php questions

Hi I hope some one out there can help.
I've never used CGI or PHP before and I'm looking for some guidance as I need to support a CGI/PHP application
1) I've enable CGI and SQL on my account.
2) Using IE I've FTP files up to a test folder on ftp://cshell.plus.net under my account name.
3) Very simple "hello world" script in PHP
4) This resulted in Server 500 error when I accessed it via http://ccgi.myname.plus.com. A bit of research indicated a permissions problem so I set the permission on the file and folder to be owner rwx, group r_x, user r_x. This now works.
Q1) Are these the right permissions?
Q2)By setting the permission on the folder it does not appear that they are inherited by files I subsequently place there. As the application uses lots of PHP files is there any way to do a bulk replace of permission? IE will only do one at a time!
Q3) When I get this working is there any way to map ccgi.myname.plus.com to mydomain.co.uk?
Thanks in advance
Mark

10 REPLIES 10
Gabe
Grafter
Posts: 767
Registered: ‎29-10-2008

Re: Some Newbie cgi/php questions

Hi Mark,
Q1 I'd encourage you to use the permissions suggested in section 6 of the FAQ.
Q2 There's a script linked from section 6 of the FAQ that will set permissions for you.
Q3 Is yourdomain.co.uk hosted by Plusnet?
Gabe
silentmonkey
Rising Star
Posts: 89
Thanks: 7
Fixes: 1
Registered: ‎15-09-2007

Re: Some Newbie cgi/php questions

Thanks for the swift response Gabe
Thanks for the pointer to the script. I'll see if I can get it to work.
As for Q3, yes the domain name is hosted by plusnet.
Mark
Gabe
Grafter
Posts: 767
Registered: ‎29-10-2008

Re: Some Newbie cgi/php questions

That makes it easier. There's a section in the member centre for domain names where you can configure them for yourself and a couple of help pages under help & support->hosting services->domains to guide you through. Does your domain currently point at homepages?
Gabe
silentmonkey
Rising Star
Posts: 89
Thanks: 7
Fixes: 1
Registered: ‎15-09-2007

Re: Some Newbie cgi/php questions

Yes my domain is hosted currently under the /htdocs/ dir. I see in the help and support pages they give an example of using a cname record. www cname ccgi.plus.net  I cannot see how that would work unless I put the whole site on the ccgi server as that would appear to redirect www.mydomain.co.uk to ccgi.plus.net. Unless plus net are doing something clever with the http host header field.
Gabe
Grafter
Posts: 767
Registered: ‎29-10-2008

Re: Some Newbie cgi/php questions

Yes, that's right, www would have to be pointed at either homepages or ccgi, but not both. If you want to leave most of your site on homepages and just run a few scripts on ccgi using a ccgi subdomain, you could set an extra record:
ccgi.yourdomain.co.uk.  a  84.92.1.4
remembering the dot after the uk.
If you want everything under the www subdomain then you would have to move your content from homepages to ccgi and replace the records pointing at homepages.
Gabe
silentmonkey
Rising Star
Posts: 89
Thanks: 7
Fixes: 1
Registered: ‎15-09-2007

Re: Some Newbie cgi/php questions

Thanks Gabe
I understand now. I take it 84.92.1.4 is the IP of the CGI server?
Mark
Gabe
Grafter
Posts: 767
Registered: ‎29-10-2008

Re: Some Newbie cgi/php questions

Yup.
I guess the other thing to mention would be that it can take a while for record changes to propagate.
Gabe
silentmonkey
Rising Star
Posts: 89
Thanks: 7
Fixes: 1
Registered: ‎15-09-2007

Re: Some Newbie cgi/php questions

While I have your attention could I as just one more question?
Is there any way I can upload to the CGI server without being connected via a Plusnet connection?
Oops thats two questions and I've already asked it  Wink
jelv
Seasoned Hero
Posts: 26,785
Thanks: 971
Fixes: 10
Registered: ‎10-04-2007

Re: Some Newbie cgi/php questions

Yes and No
Yes: you can ask another question. Tongue
No: you have to be connected to Plusnet.
jelv (a.k.a Spoon Whittler)
   Why I have left Plusnet (warning: long post!)   
Broadband: Andrews & Arnold Home::1 (FTTC 80/20)
Line rental: Pulse 8 Home Line Rental (£14.40/month)
Mobile: iD mobile (£4/month)
silentmonkey
Rising Star
Posts: 89
Thanks: 7
Fixes: 1
Registered: ‎15-09-2007

Re: Some Newbie cgi/php questions

I thought that would be the case  Sad
Anyway thanks for all your help
Mark