Search found 10 matches

by dolphin713
Thu Mar 01, 2007 6:30 am
Forum: Installation and Configuration
Topic: caching images with apache and SSL
Replies: 3
Views: 817

Well, from what i could see if this helps anybody, it the site is listaed in IE as being on intranet place, it will cache the content..
by dolphin713
Wed Feb 28, 2007 12:09 pm
Forum: Installation and Configuration
Topic: caching images with apache and SSL
Replies: 3
Views: 817

I´ve tested only with http, And I´ve read that there could be some issues with auth and ssl.
I would like to know before moving to production site...
thanks
by dolphin713
Wed Feb 28, 2007 4:21 am
Forum: Installation and Configuration
Topic: caching images with apache and SSL
Replies: 3
Views: 817

caching images with apache and SSL

Hi, i´m trying to speed up my site caching at least the images on it, for that i´ve searched and found expires_module in apache. I´ve installed it and it reaaly seems that is working, my question is if this will work with ssl and behind a first page with http basic authentication turned on.. Can you...
by dolphin713
Wed Oct 04, 2006 12:23 pm
Forum: Installation and Configuration
Topic: problem with AuthType Basic
Replies: 4
Views: 1707

Hi, I´m having the same problem. Does anybody knows ? Thanks..
by dolphin713
Thu Aug 31, 2006 4:51 am
Forum: General Discussion
Topic: Need CMS suggestion
Replies: 7
Views: 1366

e107.org ;)
easy, modular, great support and many pluggin/modules
by dolphin713
Fri Aug 11, 2006 3:29 am
Forum: General Discussion
Topic: What's your favourite PHP Editor?
Replies: 533
Views: 235190

by dolphin713
Thu Jun 22, 2006 3:37 am
Forum: PHP - Theory and Design
Topic: storing classes in sessions
Replies: 12
Views: 2439

thanks :)
by dolphin713
Wed Jun 21, 2006 12:58 pm
Forum: PHP - Theory and Design
Topic: storing classes in sessions
Replies: 12
Views: 2439

Thanks,
i´ve tested it and it worked.
Is this a good procedure or you don´t advice at all doing this ?
by dolphin713
Wed Jun 21, 2006 8:25 am
Forum: PHP - Theory and Design
Topic: storing classes in sessions
Replies: 12
Views: 2439

I didn´t try it because i think I know what will happen. You have 2 session_start() so the value from the first session will be lost , right ? But if you only had the first session probably it would work...i Think I know how to do it, the question that has been boring me is if this is a good procedu...
by dolphin713
Wed Jun 21, 2006 5:02 am
Forum: PHP - Theory and Design
Topic: storing classes in sessions
Replies: 12
Views: 2439

storing classes in sessions

Hi, I have being developing some php pages but always with functions. Now i think it´s time to move forward and start using classes. I saw that I can save class instances in session variables so I can use it when i load a diferent page. The reason I want to do this is for not having to pass values w...