UPSB v4
Temporary Bin / Deleted Post(s)
-
Date: Tue, Jan 18 2011 13:40:16
whoa eso nice, good idea @Zombo Do you know the SQL information?
use constant SQL_DBI_SOURCE => 'DBI:mysql:database=ChangeThis;host=ChangeThis'; # DBI data source string (mysql version, put server and database name in here) use constant SQL_USERNAME => 'ChangeThis'; # MySQL login name use constant SQL_PASSWORD => 'ChangeThis'; # MySQL password
-
Date: Tue, Jan 18 2011 14:08:16
http://upsb.info/sqladmin/ upsb U6MJvctJ the db name for /b/ is wakaba
-
Date: Tue, Jan 18 2011 14:12:44
Does anyone know why I would be getting a 403-Forbidden error on a file that has 755 permissions? www.upsb.info/ups-b/wakaba.pl I can't figure out why this is forbidden
-
Date: Tue, Jan 18 2011 14:26:17
@Zombo I think our Apache is set up to not allow perl scripts, I made a few test files with full permissions and I still got 403'd I looked under /etc/ but I couldn't find httpd D: I'm not sure how this server is set up, any ideas?
-
Date: Tue, Jan 18 2011 14:30:39
we do not use Apache. we use lighttpd. do not open an instance of httpd that will screw up the web server.
-
Date: Tue, Jan 18 2011 14:33:29
shitfuck ok.
-
Date: Tue, Jan 18 2011 14:44:22
@Zombo From what I can tell, this (step 2) isn't done on our server yet, I can't run any perl scripts from a browser ligttpd.conf doesn't have this line: server.modules += ( "mod_cgi" ) so we'd need to add the cgi functionality then reset lightpd before this even had a chance at working edit: for what it's worth this seems to be a really simple fix though, the only problem is our server won't run perl, once it does we should be good to go
-
Date: Tue, Jan 18 2011 15:26:19
we use fast_cgi, not cgi is your perl script fcgi compatible? edit: how about you just use a php-based alternative to wakaba so we dont have to deal with this perl shit?
-
Date: Tue, Jan 18 2011 15:31:29
@Zombo no idea, but how come when i make a test perl script inside public_html it won't load? www.upsb.info/cgi-bin/helloworld.pl
-
Date: Tue, Jan 18 2011 15:33:05
are you free for a few mins? can you get on MSN? it'd probably be easier and we could get it cleared up quicker imo
-
Date: Tue, Jan 18 2011 15:33:45
theres nothing in that dir, i get 404
-
Date: Tue, Jan 18 2011 15:34:30
it's there it just doesn't load also www.upsb.info/testtest.pl