Search found 10 matches

by ritemple
Tue Feb 02, 2010 3:14 pm
Forum: General discussions
Topic: 2.6.0 Upgrade & Attachements
Replies: 10
Views: 8288

Re: 2.6.0 Upgrade & Attachements

Many thanks, I have run this script and my attachments have re-appeared.

Best wishes
by ritemple
Tue Feb 02, 2010 10:49 am
Forum: General discussions
Topic: 2.6.0 Upgrade & Attachements
Replies: 10
Views: 8288

Re: 2.6.0 Upgrade & Attachements

how do I see that ?
by ritemple
Mon Feb 01, 2010 12:37 pm
Forum: General discussions
Topic: 2.6.0 Upgrade & Attachements
Replies: 10
Views: 8288

Re: 2.6.0 Upgrade & Attachements

I've PM'd you the details.

many thanks.
by ritemple
Mon Feb 01, 2010 12:22 pm
Forum: General discussions
Topic: 2.6.0 Upgrade & Attachements
Replies: 10
Views: 8288

Re: 2.6.0 Upgrade & Attachements

OK, just tried that and the upgrade seemed to go fine.

But I still don't appear to have any attachments on my faq pages.

R
by ritemple
Mon Feb 01, 2010 10:45 am
Forum: General discussions
Topic: 2.6.0 Upgrade & Attachements
Replies: 10
Views: 8288

2.6.0 Upgrade & Attachements

I upgraded to 2.6.0 a few weeks ago, but I've just noticed that all of the attachments have disappeared off the FAQ pages.

The actual attachments still exist under /var/www/faq/attachments. Is there a quick way i can get this fixed (rather than uploading each one again) ?

Best wishes
richard
by ritemple
Fri Dec 04, 2009 1:18 pm
Forum: General discussions
Topic: IP Security
Replies: 8
Views: 7226

Re: IP Security

not sure what you mean ...... is what reachable from the second server?

This morning I setup a VirtualHost

<VirtualHost 1.1.1.1>
ServerAdmin richard.temple@XXX.COM
DocumentRoot /var/www/faq
ServerName a.b.c.d
ErrorLog /var/log/apache2/a.b.c.d-error_log
TransferLog /var/log/apache2/a.b.c.d ...
by ritemple
Thu Dec 03, 2009 5:49 pm
Forum: General discussions
Topic: IP Security
Replies: 8
Views: 7226

Re: IP Security

From which ever machine I try it from (either one that works, or one that doesn't) I get :

HTTP/1.1 301 Moved Permanently
Date: Thu, 03 Dec 2009 16:10:16 GMT
Server: Apache/2.2.12 (Ubuntu)
Location: http://a.b.c/faq/
Vary: Accept-Encoding
Content-Length: 320
Connection: close
Content-Type: text ...
by ritemple
Mon Nov 23, 2009 2:50 pm
Forum: General discussions
Topic: IP Security
Replies: 8
Views: 7226

Re: IP Security

Any more thoughts on this ?

My server resides on our internal 1.1.1.0 subnet. When I access it from my PC I get this in apache access.log

1.1.1.86 - - [23/Nov/2009:13:40:36 +0000] "GET /faq/ HTTP/1.1" 200 3387 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.3 (KHTML, like ...
by ritemple
Wed Nov 18, 2009 5:26 pm
Forum: General discussions
Topic: IP Security
Replies: 8
Views: 7226

Re: IP Security

No, this is a brand new ubuntu install (i selected the LAMP package during the install). I've not touched apache at all, simply downloaded phpmyfaq and installed.

Is there any log info I can provide you to help, I'm confused !
by ritemple
Wed Nov 18, 2009 9:50 am
Forum: General discussions
Topic: IP Security
Replies: 8
Views: 7226

IP Security

I have installed phpMyFaq 2.5.4 on apache 2.2 / php 5.2 / mysql & ubuntu 9.10. Access to http://<ip>/faq is fine on PCs in the same subnet as the server. However, none of my users who are at a different site (& a different IP subnet) can access.

They can get to the default apache page - http://<ip ...