Jump to content

aLieNzDaToR

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

aLieNzDaToR's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I assume, that is the setting in the httpd.conf file. I already change the setting to user and group that has access to the shared server like this (part of httpd.conf file): <IfModule !mpm_netware_module> <IfModule !mpm_winnt_module> # # If you wish httpd to run as a different user or group, you must run # httpd as root initially and it will switch. # # User/Group: The name (or #number) of the user/group to run httpd as. # It is usually good practice to create a dedicated user and group for # running httpd, as with most system services. # User MY-USERNAME Group MY-GROUP </IfModule> </IfModule> But, it still gives me the same error on the permission. What else that could be the cause of the error?
  2. You mean, i need to add permission for apache that allow to read and write access to that shared server? What is apache username and group? Where could i check this information? Thanks for the reply
  3. I have a PHP web system that store in a windows server. In the system, there is a function for user to upload files to another server (Shared server in Unix). When i try to upload a file, it gives warning: Warning: move_uploaded_file(\\unixserver/sharedfolder/upload/test.txt) [function.move-uploaded-file]: failed to open stream: Permission denied in C:\wamp\www\upload\index.php on line 40 For your information, my username has been assigned in xxx's group that has access to read and write on that folder. Besides, i'm able to open,create and delete files on that folder's server manually (samba). The safe mode setting is off. Does anybody has any idea why this thing happen?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.